We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5dc09 commit 4c328ccCopy full SHA for 4c328cc
instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py
@@ -47,7 +47,7 @@
47
48
export OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS='query_string,uri_template'
49
50
-will extract path_info and content_type attributes from every traced request and add them as span attritbues.
+will extract query_string and uri_template attributes from every traced request and add them as span attritbues.
51
52
Falcon Request object reference: https://falcon.readthedocs.io/en/stable/api/request_and_response.html#id1
53
0 commit comments