Constant opentelemetry_semantic_conventions::trace::HTTP_RESPONSE_CONTENT_LENGTH[][src]

pub const HTTP_RESPONSE_CONTENT_LENGTH: Key;

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.