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
Added ability to extract span attributes from falcon request objects.
OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS env var can be set to a command
separated list of attributes names that will be extracted from Falcon's
request object and set as attributes on spans.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-falcon/README.rst
+15
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,21 @@ For example,
31
31
32
32
will exclude requests such as ``https://site/client/123/info`` and ``https://site/xyz/healthcheck``.
33
33
34
+
Request attributes
35
+
********************
36
+
To extract certain attributes from Falcon's request object and use them as span attributes, set the environment variable ``OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS`` to a comma
0 commit comments