diff --git a/content/en/docs/kubernetes/operator/automatic.md b/content/en/docs/kubernetes/operator/automatic.md index 83cb63667257..6a4244362232 100644 --- a/content/en/docs/kubernetes/operator/automatic.md +++ b/content/en/docs/kubernetes/operator/automatic.md @@ -361,11 +361,11 @@ spec: #### Excluding auto-instrumentation {#python-excluding-auto-instrumentation} -By default the Python auto-instrumentation will detect the packages in your -Python service and instrument anything it can. This makes instrumentation easy, -but can result in too much or unwanted data. If there are any packages you do -not want to instrument, you can set the `OTEL_PYTHON_DISABLED_INSTRUMENTATIONS` -environment variable +By default, the Python auto-instrumentation ships with +[many instrumentation libraries](https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/python/requirements.txt). +This makes instrumentation easy, but can result in too much or unwanted data. If +there are any packages you do not want to instrument, you can set the +`OTEL_PYTHON_DISABLED_INSTRUMENTATIONS` environment variable. ```yaml apiVersion: opentelemetry.io/v1alpha1