opentelemetry_semantic_conventions::attributeConstant MESSAGING_MESSAGE_ENVELOPE_SIZE
source pub const MESSAGING_MESSAGE_ENVELOPE_SIZE: &str = "messaging.message.envelope.size";
Expand description
The size of the message body and metadata in bytes.
§Notes
This can refer to both the compressed or uncompressed size. If both sizes are known, the uncompressed
size should be used.
§Examples