[exporter/datadogexporter] Decouple translator and exporter configuration#5270
Merged
tigrannajaryan merged 4 commits intoOct 4, 2021
Merged
Conversation
2315d71 to
bd50a25
Compare
…lector configuration
bd50a25 to
13d8a86
Compare
78f6d8e to
0880f77
Compare
mx-psi
added a commit
to DataDog/datadog-agent
that referenced
this pull request
Sep 24, 2021
mx-psi
added a commit
to DataDog/datadog-agent
that referenced
this pull request
Sep 27, 2021
* [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 backports fixes from: - DataDog/datadog-agent@a258ba7, - DataDog/datadog-agent#9266 and - DataDog/datadog-agent#9273.
7c2dc02 to
077ae3f
Compare
KSerrania
approved these changes
Oct 4, 2021
tigrannajaryan
approved these changes
Oct 4, 2021
This was referenced Oct 21, 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.
Description:
Refactor translator to use an independent configuration from the exporter configuration.
Link to tracking Issue: n/a
Testing: amended unit tests.