Skip to content

Commit 1fedc61

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
1 parent 87c0725 commit 1fedc61

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def client_response_hook(span, future):
139139
It is recommended that you should give the correct names of the headers to be captured in the environment variable.
140140
Response header names captured in tornado are case insensitive. So, giving header name as ``CUStomHeader`` in environment variable will be able capture header with name ``customheader``.
141141
142-
The name of the added span attribute will follow the format ``http.response.header.<header_name>`` where ``<header_name>``being the normalized HTTP header name (lowercase).
142+
The name of the added span attribute will follow the format ``http.response.header.<header_name>`` where ``<header_name>`` being the normalized HTTP header name (lowercase).
143143
The value of the attribute will be single item list containing all the header values.
144144
145145
Example of the added span attribute,

0 commit comments

Comments
 (0)