opentelemetry_semantic_conventions::attributeConstant 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