pub const HTTP_RESPONSE_SIZE: &str = "http.response.size";
Expand description
The total size of the response in bytes. This should be the total number of bytes sent over the wire, including the status line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and response body and trailers if any.
§Examples
1437