The OpenTelemetry Bootcamp: Sampling and dealing with high volumes
Tail sampling is a part of otel-collector-contrib_tail_sampling
package / plugin, added to the collector.
When using tail sampling in the collector, samples are collected during a period of time (decision_wait
), though that means it is subject to failure/trace loss if the collector fails (out of memory, etc)
Interesting conditions to choose on: