Dropping Span with less than threshold execution time. #38261
taralshah007
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team,
I want to drop the span with duration less than 1ms. I am trying to do this in java agent extension. Is it possible to do? I tried custom sampler but realized that they are head samplers and wont suffice.
I assume we can achieve this with collector, but I want to see if we can do it at source or not.
Let me know.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions