pub const MESSAGING_MESSAGE_BODY_SIZE: &str = "messaging.message.body.size";
Expand description
The size of the message body in bytes.
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