add support for the jaeger propagation format
adding default, testing w3c traceparent is propagated
This commit is contained in:
parent
03cf9cf59d
commit
71c8ef119d
5 changed files with 47 additions and 2 deletions
|
|
@ -1033,6 +1033,7 @@ const zipkinTmpl = `{
|
|||
|
||||
const jaegerTmpl = `{
|
||||
"service_name": "{{ .JaegerServiceName }}",
|
||||
"propagation_format": "{{ .JaegerPropagationFormat }}",
|
||||
"sampler": {
|
||||
"type": "{{ .JaegerSamplerType }}",
|
||||
"param": {{ .JaegerSamplerParam }},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue