Probabilistic sampling configuraiton does not apply to specified operations #3083
Unanswered
david-vavra
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Which client are you using? Can you provide a reproducer for this? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question regarding probabilistic sampling in jaeger-collector.
We have the following configuration:
The configuration is correctly mounted to jaeger-collector container, and seems to be correctly loaded:
However I can still see the traces with the above specified operations -
healthz.liveness, healthz.readiness and healthz.liveness
, including the tagsampler.param: 0.4
, so the above configuration seems to be correctly used at least at the application level. However, I would expect that, thesamplingRate: 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?
Thank you in advance. :)
Beta Was this translation helpful? Give feedback.
All reactions