From 0434c41dabbbf668260ef4c799d3b184c510c80c Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 6 Nov 2025 16:35:42 +0100 Subject: [PATCH] docs: update default sampler configuration It'll be `experimental_composite_parentbased_traceidratio` since 1.10.0 --- docs/reference/edot-python/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/edot-python/configuration.md b/docs/reference/edot-python/configuration.md index a422009..cf2fefb 100644 --- a/docs/reference/edot-python/configuration.md +++ b/docs/reference/edot-python/configuration.md @@ -129,7 +129,7 @@ EDOT Python uses different defaults than OpenTelemetry Python for the following | `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` | `DELTA` | `CUMULATIVE` | | | `OTEL_LOG_LEVEL` | `warn` | | {applies_to}`edot_python: ga 1.9.0` | | `OTEL_METRICS_EXEMPLAR_FILTER` | `always_off` | `trace_based` | | -| `OTEL_TRACES_SAMPLER` | `parentbased_traceidratio` | `parentbased_always_on` | {applies_to}`edot_python: ga 1.5.0` | +| `OTEL_TRACES_SAMPLER` | `experimental_composite_parentbased_traceidratio` | `parentbased_always_on` | {applies_to}`edot_python: ga 1.10.0` , was `parentbased_traceidratio` since {applies_to}`edot_python: ga 1.5.0` | | `OTEL_TRACES_SAMPLER_ARG` | `1.0` | | {applies_to}`edot_python: ga 1.6.0`| :::{note}