Skip to content

Commit 1f4ca30

Browse files
committed
various changes so things appear correctly in backend
1 parent 9766573 commit 1f4ca30

File tree

5 files changed

+511
-5
lines changed

5 files changed

+511
-5
lines changed

exporter/datadogexporter/factory.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ func (f *factory) createTracesExporter(
528528
// We don't do retries on traces because of deduping concerns on APM Events.
529529
exporterhelper.WithRetry(configretry.BackOffConfig{Enabled: false}),
530530
exporterhelper.WithQueue(cfg.QueueSettings),
531+
exporterhelper.WithCapabilities(consumer.Capabilities{MutatesData: true}),
531532
exporterhelper.WithShutdown(stop),
532533
)
533534
}

0 commit comments

Comments
 (0)