Switch to probabilistic sampling.

This commit is contained in:
Ivaylo Novakov 2021-05-04 13:13:05 +02:00
parent 9516521f26
commit ad06b06d0d
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 2 additions and 2 deletions

View File

@ -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