Skip to content

Commit eaf7fc0

Browse files
committed
Revert "ChatGPT helping me on the docs"
This reverts commit d2b0460.
1 parent d2b0460 commit eaf7fc0

File tree

1 file changed

+2
-8
lines changed
  • instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ def client_response_hook(span, future):
121121
The value of the attribute will be single item list containing all the header values.
122122
123123
Example of the added span attribute,
124-
125-
.. code-block:: none
126-
127-
http.request.header.custom-request-header = ["<value1>,<value2>"]
124+
``http.request.header.custom-request-header = ["<value1>,<value2>"]``
128125
129126
Response headers
130127
****************
@@ -146,10 +143,7 @@ def client_response_hook(span, future):
146143
The value of the attribute will be single item list containing all the header values.
147144
148145
Example of the added span attribute,
149-
150-
.. code-block:: none
151-
152-
http.response.header.custom-response-header = ["<value1>,<value2>"]
146+
``http.response.header.custom-response-header = ["<value1>,<value2>"]``
153147
154148
Note:
155149
Environment variable names to capture http headers are still experimental, and thus are subject to change.

0 commit comments

Comments
 (0)