Replies: 1 comment 1 reply
-
Currently the OpenTelemetry specification does not allow this type of sampling override option, it would provide the instrumentation author a mechanism that could drastically conflict with what an operator would want regarding sampling. 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
-
Hi!
I have a service that starts tracing with a given ratio:
So I want to override this Sampler with a
trace.AwlaysSampler
like I did it with opencensus.trace.WithRecord()
enables recording but doesn't affect the sampling decision.How to achieve 100% sampling by a flag?
Beta Was this translation helpful? Give feedback.
All reactions