Skip to content

Commit

Permalink
code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Sep 17, 2021
1 parent d39e727 commit bfb35dd
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 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.
**[2]:** The attribute value MAY contain multiple header values as an array of strings, or as a single-item array containing a 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 bfb35dd

Please sign in to comment.