Custom sampler using javaagent #6089
Unanswered
bgong-mdsol
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Perhaps the |
Beta Was this translation helpful? Give feedback.
1 reply
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 am using java agent with a custom sampler which can decide sampling the
Internal
span or not based on a condition, see below:It will drop the the
Internal
span and its child spans, is it possible to dropInternal
span only, e.gThe trace tree:
Server span
->internal span
->DB span
The expected tree without internal span:
Server span
->DB span
Beta Was this translation helpful? Give feedback.
All reactions