Override jaeger configuration with env variables
This commit is contained in:
parent
9af0e705a5
commit
2ccdc419d0
4 changed files with 14 additions and 5 deletions
|
@ -20,6 +20,9 @@ tracing:
|
|||
Traefik is able to send data over the compact thrift protocol to the [Jaeger agent](https://www.jaegertracing.io/docs/deployment/#agent)
|
||||
or a [Jaeger collector](https://www.jaegertracing.io/docs/deployment/#collectors).
|
||||
|
||||
!!! info
|
||||
All Jaeger configuration can be overridden by [environment variables](https://github.com/jaegertracing/jaeger-client-go#environment-variables)
|
||||
|
||||
#### `samplingServerURL`
|
||||
|
||||
_Required, Default="http://localhost:5778/sampling"_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue