Skip to content

Commit b747813

Browse files
authored
docs/configuration: add missing applies_to to default configuration (#402)
* docs/configuration: add missing applies_to to default configuration * Update configuration.md
1 parent 430fe60 commit b747813

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/edot-python/configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ Turning this on will make any call to [logging.basicConfig](https://docs.python.
8787

8888
EDOT Python uses different defaults than OpenTelemetry Python for the following configuration options:
8989

90-
| Option | EDOT Python default | OpenTelemetry Python default |
91-
|---|---|---|
92-
| `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` | `process_runtime,os,otel,telemetry_distro,service_instance,containerid,_gcp,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm` | `otel` |
93-
| `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` | `DELTA` | `CUMULATIVE` |
94-
| `OTEL_LOG_LEVEL` | `warn` | Not handled |
95-
| `OTEL_METRICS_EXEMPLAR_FILTER` | `always_off` | `trace_based` |
96-
| `OTEL_TRACES_SAMPLER` | `parentbased_traceidratio` | `parentbased_always_on` |
97-
| `OTEL_TRACES_SAMPLER_ARG` | `1.0` | |
90+
| Option | EDOT Python default | OpenTelemetry Python default | Notes |
91+
|---|---|---|---|
92+
| `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` | `process_runtime,os,otel,telemetry_distro,service_instance,containerid,_gcp,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm` | `otel` | |
93+
| `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` | `DELTA` | `CUMULATIVE` | |
94+
| `OTEL_LOG_LEVEL` | `warn` | | {applies_to}`edot_python: ga 1.9.0` |
95+
| `OTEL_METRICS_EXEMPLAR_FILTER` | `always_off` | `trace_based` | |
96+
| `OTEL_TRACES_SAMPLER` | `parentbased_traceidratio` | `parentbased_always_on` | {applies_to}`edot_python: ga 1.5.0` |
97+
| `OTEL_TRACES_SAMPLER_ARG` | `1.0` | | {applies_to}`edot_python: ga 1.6.0`|
9898

9999
:::{note}
100100
`OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dynamically set. When running in a Kubernetes Pod it will be set to `process_runtime,os,otel,telemetry_distro,service_instance,_gcp,aws_eks`.

0 commit comments

Comments
 (0)