Tail-Based Sampling with different policies for different Use Cases #16815
Replies: 1 comment
-
You can play around with the "and" sampler:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After some research into Tail-Based Sampling in the Collector, I understand that all Spans for a given Trace need to be handled by the same Collector in order for TBS to be accurate/no fragmented Traces. I also understand the ability to load-balance and pin a Trace to a given Collector via the Load Balancing Exporter.
What I can't work out is if I can have different TBS Policies in the same Collector. For example, Application-A wants TBS setup for 100% of Errors, and 25% of everything else. Application-B has a different TBS Policy in the same Collector config.
Is that possible to do?
Beta Was this translation helpful? Give feedback.
All reactions