Add Datadog GlobalTags support

This commit is contained in:
Simon Delicata
2022-09-12 15:14:08 +02:00
committed by GitHub
parent 52df1d63fe
commit 10528c973a
6 changed files with 71 additions and 20 deletions

View File

@@ -373,6 +373,9 @@
[tracing.datadog]
localAgentHostPort = "foobar"
globalTag = "foobar"
[tracing.datadog.globalTags]
tag1 = "foobar"
tag2 = "foobar"
debug = true
prioritySampling = true
traceIDHeaderName = "foobar"