-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/trace/api: Deprecate and remove usage of UsePreviewHostnameLogic. (…
…#16159) * pkg/trace/api: Deprecate and remove usage of UsePreviewHostnameLogic. Follow up to: [PR](DataDog/opentelemetry-mapping-go#21). This PR Deprecates field `UsePreviewHostnameLogic` and removes usage of this field. This is in an effort to graduate the `exporter.datadog.hostname.preview` feature gate to stable ([task](https://datadoghq.atlassian.net/browse/OTEL-231)). Once this change is released, the next steps are: - opentelemetry-collector-contrib: Mark the `exporter.datadog.hostname.preview` feature gate as stable. Replace deprecated functions calls by new function calls (following [PR](DataDog/opentelemetry-mapping-go#21)). Remove references of `UsePreviewHostnameLogic` field (e.g. [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.73.0/exporter/datadogexporter/traces_exporter.go#L179)). - opentelemetry-mapping-go: remove deprecated functions and codepaths which use preview rules.
- Loading branch information
Showing
10 changed files
with
106 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.