Replies: 1 comment 8 replies
-
By default the Jaeger client will attempt to send traces to Configuration env vars here: https://github.com/jaegertracing/jaeger-client-go
Can you be more explicit about what you're seeing and what you expect? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question regarding probabilistic sampling in jaeger-collector.
I'm configuring Jaeger collector sampling using a json file named strategies.json for a Jaeger distributed system. And I'm using a docker-compose for Jaeger collector and the query.
Here is the strategies.json file I used,
and here is the docker-compose file I used,
I would expect that, the samplingRate: 0 applies and those traces will not be stored.
The jaeger-client within application is configured to use remote-sampling.
Any suggestions on what may be the issue, or how can I troubleshoot this further?
Beta Was this translation helpful? Give feedback.
All reactions