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: ext/opentelemetry-ext-django/README.rst
+8-4
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,15 @@ Configuration
20
20
21
21
Exclude lists
22
22
*************
23
-
Excludes certain hosts and paths from being tracked. Pass in comma delimited string into environment variables.
24
-
Host refers to the entire url and path refers to the part of the url after the domain. Host matches the exact string that is given, where as path matches if the url starts with the given excluded path.
23
+
To exclude certain URLs from being tracked, set the environment variable ``OPENTELEMETRY_PYTHON_DJANGO_EXCLUDED_URLS`` with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardExpand all lines: ext/opentelemetry-ext-flask/README.rst
+7-4
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,15 @@ Configuration
21
21
22
22
Exclude lists
23
23
*************
24
-
Excludes certain hosts and paths from being tracked. Pass in comma delimited string into environment variables.
25
-
Host refers to the entire url and path refers to the part of the url after the domain. Host matches the exact string that is given, where as path matches if the url starts with the given excluded path.
24
+
To exclude certain URLs from being tracked, set the environment variable ``OPENTELEMETRY_PYTHON_FLASK_EXCLUDED_URLS`` with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardExpand all lines: ext/opentelemetry-ext-pyramid/README.rst
+11
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ Installation
13
13
14
14
pip install opentelemetry-ext-pyramid
15
15
16
+
Exclude lists
17
+
*************
18
+
To exclude certain URLs from being tracked, set the environment variable ``OPENTELEMETRY_PYTHON_PYRAMID_EXCLUDED_URLS`` with comma delimited regexes representing which URLs to exclude.
0 commit comments