Switch to probabilistic sampling.
This commit is contained in:
parent
9516521f26
commit
ad06b06d0d
|
@ -8,8 +8,8 @@ services:
|
||||||
# Configuration
|
# Configuration
|
||||||
# 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=const
|
- 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