Skip to content

Commit 5524d55

Browse files
committed
tornado: cite the instrumentation also handles OTEL_PYTHON_EXCLUDED_URLS
1 parent e3d3817 commit 5524d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado

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)