Skip to content

Commit

Permalink
Update http.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Jun 9, 2020
1 parent 83f79e0 commit 97f7d86
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 @@ -82,7 +82,7 @@ Note that the items marked with [1] are different from the mapping defined in th
| `http.request_content_length` | The size of the request body in bytes. For requests using transport encoding, this should be the compressed size. | No |
| `http.raw_request_content_length` | The size of the raw request body after transport decoding. Not set if transport encoding not used. | No |
| `http.response_content_length` | The size of the response body in bytes. For requests using transport encoding, this should be the compressed size. | No |
| `http.raw_response_length` | The size of the raw response body after transport decoding. Not set if transport encoding not used. | No |
| `http.raw_response_content_length` | The size of the raw response body after transport decoding. Not set if transport encoding not used. | No |


It is recommended to also use the general [network attributes][], especially `net.peer.ip`. If `net.transport` is not specified, it can be assumed to be `IP.TCP` except if `http.flavor` is `QUIC`, in which case `IP.UDP` is assumed.
Expand Down

0 comments on commit 97f7d86

Please sign in to comment.