-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a detailed description of the rate_sampling policy under the tailSampling processor #35419
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@jpkrohling please review? |
I'm adding a summary of this to the readme as well. |
Fixes open-telemetry#35419 Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@jpkrohling One question regarding I assume it'll limit the maximum rate of spans from after evaluating all other top level policies. But will it also do the reverse, like take the decision to sample a (potentially uninteresting) trace, because current limit is lower when all the other policies decide not to sample a trace? |
Component(s)
processor/tailsampling
Describe the issue you're reporting
While trying to go through the README of the Tail Sampling Processor, I was not clear that what is the use case of the rate_sampling policy and how it works internally.
I found a discussion started here: #1797, mentioning the same problem but does not see a conclusion there.
Can someone please explain the use of the rate_sampling policy(we can update the same in the README as well)?
Also I feel there is a need to update the README as well with explaining the use of the policies in more detail and what are the values supported for other parameters for e.g. in the ottl_condition policy there is a parameter called error_mode but nowhere its explained what are the supported values for that parameter.
The text was updated successfully, but these errors were encountered: