You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ async def foobar():
34
34
35
35
Exclude lists
36
36
*************
37
-
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_EXCLUDED_URLS`` or ``OTEL_PYTHON_FASTAPI_EXCLUDED_URLS``
38
-
with comma delimited regexes representing which URLs to exclude.
37
+
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_FASTAPI_EXCLUDED_URLS``
38
+
(or ``OTEL_PYTHON_EXCLUDED_URLS`` as fallback) with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-pyramid/src/opentelemetry/instrumentation/pyramid/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@
79
79
80
80
Exclude lists
81
81
*************
82
-
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_EXCLUDED_URLS`` or ``OTEL_PYTHON_PYRAMID_EXCLUDED_URLS``
83
-
with comma delimited regexes representing which URLs to exclude.
82
+
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_PYRAMID_EXCLUDED_URLS``
83
+
(or ``OTEL_PYTHON_EXCLUDED_URLS`` as fallback) with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-requests/src/opentelemetry/instrumentation/requests/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@
33
33
34
34
Exclude lists
35
35
*************
36
-
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_EXCLUDED_URLS`` or ``OTEL_PYTHON_REQUESTS_EXCLUDED_URLS``
37
-
with comma delimited regexes representing which URLs to exclude.
36
+
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_REQUESTS_EXCLUDED_URLS``
37
+
(or ``OTEL_PYTHON_EXCLUDED_URLS`` as fallback) with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-starlette/src/opentelemetry/instrumentation/starlette/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ def home(request):
36
36
37
37
Exclude lists
38
38
*************
39
-
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_EXCLUDED_URLS`` or ``OTEL_PYTHON_STARLETTE_EXCLUDED_URLS``
40
-
with comma delimited regexes representing which URLs to exclude.
39
+
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_STARLETTE_EXCLUDED_URLS``
40
+
(or ``OTEL_PYTHON_EXCLUDED_URLS`` as fallback) with comma delimited regexes representing which URLs to exclude.
0 commit comments