Skip to content

Commit 0434c41

Browse files
committed
docs: update default sampler configuration
It'll be `experimental_composite_parentbased_traceidratio` since 1.10.0
1 parent 44f78c3 commit 0434c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/edot-python/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ EDOT Python uses different defaults than OpenTelemetry Python for the following
129129
| `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` | `DELTA` | `CUMULATIVE` | |
130130
| `OTEL_LOG_LEVEL` | `warn` | | {applies_to}`edot_python: ga 1.9.0` |
131131
| `OTEL_METRICS_EXEMPLAR_FILTER` | `always_off` | `trace_based` | |
132-
| `OTEL_TRACES_SAMPLER` | `parentbased_traceidratio` | `parentbased_always_on` | {applies_to}`edot_python: ga 1.5.0` |
132+
| `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` |
133133
| `OTEL_TRACES_SAMPLER_ARG` | `1.0` | | {applies_to}`edot_python: ga 1.6.0`|
134134

135135
:::{note}

0 commit comments

Comments
 (0)