pub const HTTP_CLIENT_REQUEST_BODY_SIZE: &str = "http.client.request.body.size";
Expand description
§Description
Size of HTTP client request bodies.
The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the Content-Length header. For requests using transport encoding, this should be the compressed size.
§Metadata
Instrument: | histogram |
Unit: | By |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::HTTP_REQUEST_METHOD | Required |
crate::attribute::SERVER_ADDRESS | Required |
crate::attribute::SERVER_PORT | Required |
crate::attribute::ERROR_TYPE | Conditionally required : If request has ended with an error. |
crate::attribute::HTTP_RESPONSE_STATUS_CODE | Conditionally required : If and only if one was received/sent. |
crate::attribute::NETWORK_PROTOCOL_NAME | Conditionally required : If not http and network.protocol.version is set. |
crate::attribute::URL_TEMPLATE | Conditionally required : If available. |
crate::attribute::NETWORK_PROTOCOL_VERSION | Unspecified |
crate::attribute::URL_SCHEME | Opt in |