-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add feature gate for refactor of OTLP->Datadog span translation #37171
Merged
dmitryax
merged 22 commits into
open-telemetry:main
from
IbraheemA:add-feature-flag-for-updated-datadog-span-receiver
Jan 15, 2025
+249
−20
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4ff43c1
Add feature gate for refactor of OTLP->Datadog span translation
IbraheemA 543adc5
add toversion
IbraheemA baff387
fix version numbers
IbraheemA 15450cf
Add flag in datadogconnector
IbraheemA fcce52b
update issue in chlog
IbraheemA 0512659
Merge branch 'main' into add-feature-flag-for-updated-datadog-span-re…
IbraheemA ca79820
combine exporter and connector flags into one
IbraheemA 8c5d22c
run make commands
IbraheemA 6744b77
update version
IbraheemA 118fe90
Merge branch 'main' into add-feature-flag-for-updated-datadog-span-re…
IbraheemA d0fb4c2
linter fixes
IbraheemA 85fa614
linter + codeowner fixes
IbraheemA bce1df7
Merge branch 'main' into add-feature-flag-for-updated-datadog-span-re…
IbraheemA 2d188dd
update generated code
IbraheemA 479a35f
codeowners
IbraheemA 8abed50
fix module version
IbraheemA 2ba7f95
make generate
IbraheemA a6e06c7
Merge branch 'main' into add-feature-flag-for-updated-datadog-span-re…
IbraheemA 85a1512
moved internal/datadog to pkg/datadog
IbraheemA 08ba230
make gotidy
IbraheemA d3faeb0
update codeowners
IbraheemA 1f90e98
go mod change
IbraheemA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
.chloggen/add-feature-flag-for-updated-datadog-span-receiver.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Use this changelog template to create an entry for release notes. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: datadogexporter | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: "Add a feature gate datadog.EnableReceiveResourceSpansV2. Enabling this gate uses a refactored implementation of OTLP->Datadog Span translation in datadogexporter and datadogconnector which improves performance by 10%, and deprecates the following functionality: | ||
- No longer checks for resource-related values (container, env, hostname) in span attributes. This previous behavior did not follow the OTel spec." | ||
|
||
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. | ||
issues: [37171] |
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ confmap/provider/s3provider/ @open-telemetry/collector-cont | |
confmap/provider/secretsmanagerprovider/ @open-telemetry/collector-contrib-approvers @driverpt @atoulme | ||
|
||
connector/countconnector/ @open-telemetry/collector-contrib-approvers @djaglowski @jpkrohling | ||
connector/datadogconnector/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @ankitpatel96 @jade-guiton-dd | ||
connector/datadogconnector/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @ankitpatel96 @jade-guiton-dd @IbraheemA | ||
connector/exceptionsconnector/ @open-telemetry/collector-contrib-approvers @marctc | ||
connector/failoverconnector/ @open-telemetry/collector-contrib-approvers @akats7 @fatsheep9146 | ||
connector/grafanacloudconnector/ @open-telemetry/collector-contrib-approvers @rlankfo @jcreixell | ||
|
@@ -54,7 +54,7 @@ exporter/carbonexporter/ @open-telemetry/collector-cont | |
exporter/cassandraexporter/ @open-telemetry/collector-contrib-approvers @atoulme @emreyalvac | ||
exporter/clickhouseexporter/ @open-telemetry/collector-contrib-approvers @hanjm @dmitryax @Frapschen @SpencerTorres | ||
exporter/coralogixexporter/ @open-telemetry/collector-contrib-approvers @povilasv | ||
exporter/datadogexporter/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @liustanley @songy23 @mackjmr @ankitpatel96 @jade-guiton-dd | ||
exporter/datadogexporter/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @liustanley @songy23 @mackjmr @ankitpatel96 @jade-guiton-dd @IbraheemA | ||
exporter/datasetexporter/ @open-telemetry/collector-contrib-approvers @atoulme @martin-majlis-s1 @zdaratom-s1 @tomaz-s1 | ||
exporter/dorisexporter/ @open-telemetry/collector-contrib-approvers @atoulme @joker-star-l | ||
exporter/elasticsearchexporter/ @open-telemetry/collector-contrib-approvers @JaredTan95 @carsonip @lahsivjar | ||
|
@@ -127,6 +127,7 @@ extension/sumologicextension/ @open-telemetry/collector-cont | |
internal/aws/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia | ||
internal/collectd/ @open-telemetry/collector-contrib-approvers @atoulme | ||
internal/coreinternal/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers | ||
internal/datadog/ @open-telemetry/collector-contrib-approvers @IbraheemA @songy23 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We already have pkg/datadog, what is the benefit of having internal/datadog? From what I can tell they are the same |
||
internal/docker/ @open-telemetry/collector-contrib-approvers @jamesmoessis @MovieStoreGuy | ||
internal/exp/metrics/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams | ||
internal/filter/ @open-telemetry/collector-contrib-approvers @open-telemetry/collector-approvers | ||
|
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
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
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
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
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.
Oops, something went wrong.
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.
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.
You can add yourself to pkg/datadog too