Skip to content

Commit 7e18e20

Browse files
Merge pull request #272211 from jeremydvoss/remove-sampling
Removing sampler env var from docs until fixed
2 parents 740ca05 + 7757ee9 commit 7e18e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-monitor/app/azure-web-apps-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ You can configure with [OpenTelemetry environment variables][ot_env_vars] such a
8383
| `OTEL_TRACES_EXPORTER` | If set to `None`, disables collection and export of distributed tracing telemetry. |
8484
| `OTEL_BLRP_SCHEDULE_DELAY` | Specifies the logging export interval in milliseconds. Defaults to 5000. |
8585
| `OTEL_BSP_SCHEDULE_DELAY` | Specifies the distributed tracing export interval in milliseconds. Defaults to 5000. |
86-
| `OTEL_TRACES_SAMPLER_ARG` | Specifies the ratio of distributed tracing telemetry to be [sampled][application_insights_sampling]. Accepted values range from 0 to 1. The default is 1.0, meaning no telemetry is sampled out. |
8786
| `OTEL_PYTHON_DISABLED_INSTRUMENTATIONS` | Specifies which OpenTelemetry instrumentations to disable. When disabled, instrumentations aren't executed as part of autoinstrumentation. Accepts a comma-separated list of lowercase [library names](#application-monitoring-for-azure-app-service-and-python-preview). For example, set it to `"psycopg2,fastapi"` to disable the Psycopg2 and FastAPI instrumentations. It defaults to an empty list, enabling all supported instrumentations. |
8887

8988
### Add a community instrumentation library

0 commit comments

Comments
 (0)