You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pkg/datadog] add IgnoreMissingDatadogFields config flag for consumpt… (#40226)
…ion by datadog-agent connector
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
IgnoreMissingDatadogFields is needed in datadog-agent fork of
datadogconnector. In `opentelemetry-collector-contrib`, for now, using
this flag will throw an error. In an upcoming datadog-agent PR, we will
use this flag to control datadogconnector logic in datadog-agent's
`stats.OTLPTracesToConcentratorInputsWithObfuscation`. Once that is
merged, a follow up PR in `opentelemetry-collector-contrib` will bump
the datadog-agent version and enable these changes, at which point we'll
allow IgnoreMissingDatadogFields to be set.
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes
<!--Describe what testing was performed and which tests were added.-->
#### Testing
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
Copy file name to clipboardExpand all lines: pkg/datadog/config/traces.go
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,13 @@ type TracesConnectorConfig struct {
150
150
// If you are concerned about the metric volume generated by the Datadog connector and the resulting networking egress, try increasing bucket_interval.
0 commit comments