Switch Jaeger back to 10% of requests in order to reduce disk usage. (#904)
This commit is contained in:
parent
3e3dbe67ce
commit
1d7cd606d9
|
@ -9,7 +9,7 @@ services:
|
||||||
# See https://github.com/jaegertracing/jaeger-client-go#environment-variables
|
# See https://github.com/jaegertracing/jaeger-client-go#environment-variables
|
||||||
# for all options.
|
# for all options.
|
||||||
- JAEGER_SAMPLER_TYPE=probabilistic
|
- JAEGER_SAMPLER_TYPE=probabilistic
|
||||||
- JAEGER_SAMPLER_PARAM=1
|
- JAEGER_SAMPLER_PARAM=0.1
|
||||||
- JAEGER_AGENT_HOST=jaeger-agent
|
- JAEGER_AGENT_HOST=jaeger-agent
|
||||||
- JAEGER_AGENT_PORT=6831
|
- JAEGER_AGENT_PORT=6831
|
||||||
- JAEGER_REPORTER_LOG_SPANS=false
|
- JAEGER_REPORTER_LOG_SPANS=false
|
||||||
|
|
Reference in New Issue