Release date 2025/07/03
Feature
-
Added a new configuration field
sampling_strategy
to the plugin. The field allowed you to specify the sampling strategies for OTLPtraces
. Setparent_drop_probability_fallback
if you want parent-based sampling when the parent span contains afalse
sampled flag, and fallback to probability-based sampling otherwise. Setparent_probability_fallback
if you want parent-based sampling when the parent span contains a valid sampled flag (true
orfalse
), and fallback to probability-based sampling otherwise. The default value isparent_drop_probability_fallback
and keeps the instrumentation, sampling and exporting behaviour as before.