[pkg/otlp/model] Move code from contrib repository#9239
Merged
Conversation
Collaborator
d3fba01 to
de520f4
Compare
KSerrania
approved these changes
Sep 27, 2021
zandrewitte
pushed a commit
to StackVista/stackstate-agent
that referenced
this pull request
Nov 17, 2022
* [exporter/datadogexporter] Copy main branch contents * Decouple translator configuration from Collector configuration (open-telemetry/opentelemetry-collector-contrib#5270) * Use a `Consumer` interface for decoupling from zorkian's package (open-telemetry/opentelemetry-collector-contrib#5315) * Make tests pass
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
exporter/datadogexporter/internal/translatoras of commit open-telemetry/opentelemetry-collector-contrib@1f91c27.If you landed here because of
git blame, please go to the opentelemetry-collector-contrib repo to continue your journey.Motivation
DataDog/architecture#892
Additional Notes
I wanted to copy over commit history using
git filter-repobut it has a number of issues including the CLA bot having trouble withSigned-offcommits by non-Datadog users.Describe how to test your changes
This has been used for the last year on the OpenTelemetry Collector. It can be tested as a whole on the OTLP metrics support on the Datadog Agent
Checklist
changelog/no-changeloglabel has been applied.need-change/operatorandneed-change/helmlabels has been applied if applicable.team/..label has been applied, if known.Triagemilestone is set.Note: Adding GitHub labels is only possible for contributors with write access.