Replies: 1 comment 2 replies
-
Yes. Even if sampler decides that span should be dropped, that span with a valid |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm using logback MDC to print traceId and spanId in my log as below

But I can't find the traceId above in my elasticsearch(I use collector to send trace and span info to elasticsearch).
I suspect that is because I set sampler rate to 0.3 not 1, dose the logger will write all traces in log but whether a trace is send to collector will be decided by sampler rate, am I right?
Beta Was this translation helpful? Give feedback.
All reactions