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
Similar to flask, enabling exclusion of spans based on host and path.
Co-authored-by: Diego Hurtado <[email protected]>
Co-authored-by: alrex <[email protected]>
Co-authored-by: Yusuke Tsutsumi <[email protected]>
Copy file name to clipboardexpand all lines: ext/opentelemetry-ext-django/README.rst
+10
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,16 @@ Installation
15
15
16
16
pip install opentelemetry-ext-django
17
17
18
+
Configuration
19
+
-------------
20
+
21
+
Exclude lists
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.
0 commit comments