Skip to content

Commit ec2ff1d

Browse files
committed
tornado: cite the instrumentation also handles OTEL_PYTHON_EXCLUDED_URLS
1 parent e63e626 commit ec2ff1d

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get(self):
3939
4040
The following environment variables are supported as configuration options:
4141
42-
- OTEL_PYTHON_TORNADO_EXCLUDED_URLS
42+
- OTEL_PYTHON_TORNADO_EXCLUDED_URLS (or ``OTEL_PYTHON_EXCLUDED_URLS`` to cover all instrumentations)
4343
4444
A comma separated list of paths that should not be automatically traced. For example, if this is set to
4545

0 commit comments

Comments
 (0)