Skip to content

Commit 5a5a24e

Browse files
committed
up
1 parent 7ede9dd commit 5a5a24e

File tree

10 files changed

+3293
-3293
lines changed

10 files changed

+3293
-3293
lines changed

opentelemetry-semantic-conventions/src/opentelemetry/semconv/Http_attributes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class HttpAttributes:
2121

2222

23-
HTTP_REQUEST_HEADER_template = "http.request.header"
23+
HTTP_REQUEST_HEADER_TEMPLATE = "http.request.header"
2424

2525
"""
2626
HTTP request headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values.
@@ -66,7 +66,7 @@ class HttpAttributes:
6666
"""
6767

6868

69-
HTTP_RESPONSE_HEADER_template = "http.response.header"
69+
HTTP_RESPONSE_HEADER_TEMPLATE = "http.response.header"
7070

7171
"""
7272
HTTP response headers, `<key>` being the normalized HTTP Header name (lowercase), the value being the header values.

0 commit comments

Comments
 (0)