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/README.rst
+15
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,21 @@ Installation
19
19
20
20
pip install opentelemetry-instrumentation-fastapi
21
21
22
+
Configuration
23
+
-------------
24
+
25
+
Exclude lists
26
+
*************
27
+
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_FASTAPI_EXCLUDED_URLS`` with comma delimited regexes representing which URLs to exclude.
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py
To exclude certain URLs from being tracked, set the environment variable ``OTEL_PYTHON_STARLETTE_EXCLUDED_URLS`` 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
0 commit comments