-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[exporter/datadog] Use v0.3.0 of opentelemetry-mapping-go for logs tr… #23137
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
Merged
codeboten
merged 2 commits into
open-telemetry:main
from
IbraheemA:otel-529-use-mapping-module
Jun 6, 2023
Merged
[exporter/datadog] Use v0.3.0 of opentelemetry-mapping-go for logs tr… #23137
codeboten
merged 2 commits into
open-telemetry:main
from
IbraheemA:otel-529-use-mapping-module
Jun 6, 2023
Conversation
This file contains hidden or 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
songy23
reviewed
Jun 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the merge conflicts and add a changelog
50862ed
to
364b585
Compare
songy23
reviewed
Jun 5, 2023
songy23
approved these changes
Jun 5, 2023
codeboten
approved these changes
Jun 6, 2023
Caleb-Hurshman
pushed a commit
to observIQ/opentelemetry-collector-contrib
that referenced
this pull request
Jul 6, 2023
…pen-telemetry#23137) translator.go was copied into the DataDog/opentelemetry-mapping-go repo in a previous PR, which is now available in the v0.3.0 release of that repo. Update the dependency version and replace imports of translator.go with the opentelemetry-mapping-go equivalent. --------- Co-authored-by: Yang Song <[email protected]>
6 tasks
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
dependencies
Pull requests that update a dependency file
exporter/datadog
Datadog components
ready to merge
Code review completed; ready to merge by maintainers
receiver/iis
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…anslation
Description:
translator.go was copied into the
DataDog/opentelemetry-mapping-go
repo in a previous PR, which is now available in the v0.3.0 release of that repo. Update the dependency version and replace imports oftranslator.go
with theopentelemetry-mapping-go
equivalent.Testing: Tested with
logs-appender
example that sends logs and traces.Documentation: