opentelemetry_semantic_conventions::attribute

Constant MESSAGING_MESSAGE_BODY_SIZE

source
pub const MESSAGING_MESSAGE_BODY_SIZE: &str = "messaging.message.body.size";
Expand description

The size of the message body in bytes.

§Notes

This can refer to both the compressed or uncompressed body size. If both sizes are known, the uncompressed body size should be used.

§Examples

  • 1439