Dynamic Trace Sample Rate #6789
Unanswered
codeforaliving
asked this question in
Q&A
Replies: 1 comment
-
Linking the answer from another thread: open-telemetry/opentelemetry-java#4504 (reply in thread) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
We currently have a custom extension with a SpanProcessor. For traces, we are using the following config:
otel.traces.sampler.arg=1.0
Is there a way to reload the sampler arg at runtime? We went down the path of implementing a custom
TraceIdRatioBasedSampler
but we are not sure how to get the updated sample rate from our Spring Boot app into a dependency and ultimately to the extension JAR. We are using version 1.14.0. Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions