Skip to content

Commit 4c328cc

Browse files
owaisaabmass
andauthored
Update instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py
Co-authored-by: Aaron Abbott <[email protected]>
1 parent 1f5dc09 commit 4c328cc

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
4848
export OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS='query_string,uri_template'
4949
50-
will extract path_info and content_type attributes from every traced request and add them as span attritbues.
50+
will extract query_string and uri_template attributes from every traced request and add them as span attritbues.
5151
5252
Falcon Request object reference: https://falcon.readthedocs.io/en/stable/api/request_and_response.html#id1
5353

0 commit comments

Comments
 (0)