pub const HTTP_CLIENT_REQUEST_BODY_SIZE: &'static str;
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

NameRequirement
crate::attribute::HTTP_REQUEST_METHODRequired
crate::attribute::SERVER_ADDRESSRequired
crate::attribute::SERVER_PORTRequired
crate::attribute::ERROR_TYPEConditionally required: If request has ended with an error.
crate::attribute::HTTP_RESPONSE_STATUS_CODEConditionally required: If and only if one was received/sent.
crate::attribute::NETWORK_PROTOCOL_NAMEConditionally required: If not http and network.protocol.version is set.
crate::attribute::URL_TEMPLATEConditionally required: If available.
crate::attribute::NETWORK_PROTOCOL_VERSIONUnspecified
crate::attribute::URL_SCHEMEOpt in