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
Is your feature request related to a problem? Please describe.
We want to have more control over sampling in our application.
Don't record dependencies that are less than 100ms(successpath), but record everything that is >100ms. (numbers are arbitrary)
Record 100% failed telemetry(span/trace/etc) as described here Problem to configure sampling override #3511 . Recording only exception doesn't give much context if everything surrounding it is sampled.
We want to lower our costs but also have useful telemetry, I believe having tail based sampling would greatly help us.
Describe the solution you would like
Add support for tail based sampling to have more control?
Describe alternatives you have considered
Describe any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
We want to have more control over sampling in our application.
We want to lower our costs but also have useful telemetry, I believe having tail based sampling would greatly help us.
Describe the solution you would like
Add support for tail based sampling to have more control?
Describe alternatives you have considered
Describe any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.