Sampling strategies are not applied to the image 'jaeger:all-in-one' #2696
-
Beta Was this translation helpful? Give feedback.
Answered by
yurishkuro
Dec 18, 2020
Replies: 2 comments 1 reply
-
Sorry for the noise, I thought this was about the operator. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you configure all-in-one to use remote sampler? By default it uses always-on sampler. Lines 252 to 261 in 6d315d7 You need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yurishkuro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you configure all-in-one to use remote sampler? By default it uses always-on sampler.
jaeger/cmd/all-in-one/main.go
Lines 252 to 261 in 6d315d7
You need to set
JAEGER_SAMPLER_TYPE=remote
andJAEGER_SAMPLER_PARAM={default probability}
env vars.