Add support to send DataDog traces via Unix Socket
This commit is contained in:
parent
6e460cd652
commit
99d779a546
9 changed files with 45 additions and 5 deletions
|
@ -171,6 +171,7 @@
|
|||
samplingType = "foobar"
|
||||
samplingParam = 42.0
|
||||
localAgentHostPort = "foobar"
|
||||
localAgentSocket = "foobar"
|
||||
gen128Bit = true
|
||||
propagation = "foobar"
|
||||
traceContextHeaderName = "foobar"
|
||||
|
@ -182,6 +183,7 @@
|
|||
sampleRate = 42.0
|
||||
[tracing.datadog]
|
||||
localAgentHostPort = "foobar"
|
||||
localAgentSocket = "foobar"
|
||||
globalTag = "foobar"
|
||||
debug = true
|
||||
prioritySampling = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue