Dynamic configuration support at runtime #3445
Unanswered
dariusclay
asked this question in
Q&A
Replies: 1 comment 1 reply
|
There is no active work in this area at the moment. For just sampling you should check out the JaegerRemoteSampler, https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#jaegerremotesampler |
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.
Hi,
Are there any plans to allow dynamic configuration of Otel instrumentation? For example being able to change which trace sampler is used, or configure the probability for a TraceIdRatioBased sampler. As I understand it now, once it's configured you cannot change it without a restart of the service.
All reactions