opentelemetry_semantic_conventions::attribute

Constant HTTP_RESPONSE_BODY_SIZE

source
pub const HTTP_RESPONSE_BODY_SIZE: &str = "http.response.body.size";
Expand description

The size of the response 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.

ยงExamples

  • 3495