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
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py
It is recommended that you should give the correct names of the headers to be captured in the environment variable.
140
140
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``.
141
141
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).
143
143
The value of the attribute will be single item list containing all the header values.
0 commit comments