Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exporter/datadogexporter: update github.com/DataDog/datadog-agent/pkg/trace. #20923

Merged
merged 4 commits into from
Apr 17, 2023

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Apr 17, 2023

Description:
This PR updates github.com/DataDog/datadog-agent/pkg/trace to v0.45.0-rc.1.

Context: The following PR had pinned a pseudoversion of github.com/DataDog/datadog-agent/pkg/trace (v0.44.0-rc.4.0.20230322085447-8b27e87df01c) which was required in order to take advantages of the following commit.

This was later updated by dependabot from v0.44.0-rc.4.0.20230322085447-8b27e87df01c to 0.44.0-rc.5 in this PR. 0.44.0-rc.5 does not contain changes from the required commit (because the commit belongs to milestone 7.45.0).

This PR now adds the changes back by updating to v0.45.0-rc.1.

Because the latest release contains github.com/DataDog/datadog-agent/pkg/trace v0.44.0-rc.5, which does not contain the changes from the following commit, this brings two issues:

  • the span links change was not added in the latest release, but it was added to the release notes => This PR adds a bug_fix changelog to indicate this.
  • in the latest release, as exporter.datadog.hostname.preview feature gate was graduated to stable, hostname detection was set to the behaviour of the feature gate disabled, instead of enabled (due to the removal of the following setting which only works in combination with the required commit) => This PR adds a bug_fix changelog to indicate this.

It also adds the changelog related to PR1 and PR2, which are brought in from the upgrade to v0.45.0-rc.1.

mackjmr added 2 commits April 17, 2023 16:00
…/trace.

This PR updates `github.com/DataDog/datadog-agent/pkg/trace` to `v0.45.0-rc.1`.

**Context:** The following [PR](open-telemetry#20286) had pinned a pseudoversion of `github.com/DataDog/datadog-agent/pkg/trace` (`v0.44.0-rc.4.0.20230322085447-8b27e87df01c`) which was required in order to take advantages of the following [commit](DataDog/datadog-agent@8b27e87).

This was later updated by Dependabot from `v0.44.0-rc.4.0.20230322085447-8b27e87df01c` to `0.44.0-rc.5` in this [PR](open-telemetry#20486). `0.44.0-rc.5` does not contain changes from the required [commit](DataDog/datadog-agent@8b27e87) (milestone `7.45.0`).

This PR now re-adds the changes back by updating to `v0.45.0-rc.1`.

Because the latest release contains `github.com/DataDog/datadog-agent/pkg/trace` `v0.44.0-rc.5`, which does not contain the changes from the following [commit](DataDog/datadog-agent@8b27e87), this brings two issues:
- the span links change was not added in the latest release, but it was added to the release notes => This PR adds a `bug_fix` changelog to indicate this.
- in the latest release, the hostname preview logic is off by default, instead of on by default (due to the removal of the following [setting](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20286/files#diff-9ca998552699e406631ae1a165fef81d5373ba6876136c8c48c10ae0355edf2aL179) which only works in combination of the  required [commit](DataDog/datadog-agent@8b27e87)) => This PR adds a `bug_fix` changelog to indicate this.

It also adds the changelog related to [PR1](DataDog/datadog-agent#16337) and [PR2](DataDog/datadog-agent#16430), which are brought in from the upgrade to `v0.45.0-rc.1`.
@mackjmr mackjmr requested a review from a team April 17, 2023 14:29
@mackjmr mackjmr requested review from mx-psi and dmitryax as code owners April 17, 2023 14:29
@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command exporter/datadog Datadog components labels Apr 17, 2023
Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include an issue in the changlog files

.chloggen/datadog-semconv-1.17.yaml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command exporter/datadog Datadog components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants