pub const HTTP_SERVER_REQUEST_BODY_SIZE: &'static str;
Expand description

§Description

Size of HTTP server 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::URL_SCHEMERequired
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::HTTP_ROUTEConditionally required: If and only if it’s available
crate::attribute::NETWORK_PROTOCOL_NAMEConditionally required: If not http and network.protocol.version is set.
crate::attribute::NETWORK_PROTOCOL_VERSIONUnspecified
crate::attribute::SERVER_ADDRESSOpt in
crate::attribute::SERVER_PORTOpt in