Skip to content

Commit

Permalink
Update specification/trace/semantic_conventions/http.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and yurishkuro committed Sep 17, 2021
1 parent 19823de commit d39e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/semantic_conventions/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Including all request/response headers can be a security risk - explicit configu
Some HTTP headers - `Host` and `User-Agent` - are already captured in the `http.host` and `http.user_agent` attributes.
Users MAY explicitly configure instrumentations to capture them even though it is not recommended.

**[2]:** The attribute value MAY contain separate header value as separate items, or concatenated header values as one item, depending on the way the HTTP library provides access to headers.
**[2]:** The attribute value MAY contain multiple header values as an array of strings, or as a single, possibly comma-concatenated, string, depending on the way the HTTP library provides access to headers.

[network attributes]: span-general.md#general-network-connection-attributes

Expand Down

0 comments on commit d39e727

Please sign in to comment.