Switch Jaeger back to 10% of requests in order to reduce disk usage. (#904)

This commit is contained in:
Ivaylo Novakov 2021-06-22 16:19:27 +02:00 committed by GitHub
parent 3e3dbe67ce
commit 1d7cd606d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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