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
|
|
@ -854,6 +854,10 @@ Specifies the endpoint to use when uploading traces to a collector. This takes p
|
|||
|
||||
Specifies the service name to use for any traces created. _**default:**_ nginx
|
||||
|
||||
## jaeger-propagation-format
|
||||
|
||||
Specifies the traceparent/tracestate propagation format. _**default:**_ jaeger
|
||||
|
||||
## jaeger-sampler-type
|
||||
|
||||
Specifies the sampler to be used when sampling traces. The available samplers are: const, probabilistic, ratelimiting, remote. _**default:**_ const
|
||||
|
|
|
|||
|
|
@ -64,6 +64,9 @@ jaeger-endpoint
|
|||
# specifies the service name to use for any traces created, Default: nginx
|
||||
jaeger-service-name
|
||||
|
||||
# specifies the traceparent/tracestate propagation format
|
||||
jaeger-propagation-format
|
||||
|
||||
# specifies the sampler to be used when sampling traces.
|
||||
# The available samplers are: const, probabilistic, ratelimiting, remote, Default: const
|
||||
jaeger-sampler-type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue