You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
It appears that the OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG settings are not having any effect, and the Roadrunner otel plugin is still using the default always_on sampling method.
I have been attempting to use traceidratio with a default sampling rate of 1%, but have not been successful so far.
I have tried to configure it using the global environment variables mentioned on the relevant page, but it seems that the sampler is hardcoded to always be on, as per the code
Version (rr --version)
2024.1.1
How to reproduce the issue?
Set up basic otel configuration paired with grpc plugin.
No duplicates 🥲.
What happened?
It appears that the
OTEL_TRACES_SAMPLER
andOTEL_TRACES_SAMPLER_ARG
settings are not having any effect, and the Roadrunnerotel
plugin is still using the defaultalways_on
sampling method.I have been attempting to use
traceidratio
with a default sampling rate of 1%, but have not been successful so far.I have tried to configure it using the global environment variables mentioned on the relevant page, but it seems that the sampler is hardcoded to always be on, as per the code
Version (rr --version)
2024.1.1
How to reproduce the issue?
otel
configuration paired withgrpc
plugin.always_on
using env variablesExpected result: 1% of the spans sent
Current result: 100% of the spans sent
Relevant log output
No response
The text was updated successfully, but these errors were encountered: