opentelemetry_semantic_conventions::attribute

Constant MESSAGING_ROCKETMQ_MESSAGE_GROUP

source
pub const MESSAGING_ROCKETMQ_MESSAGE_GROUP: &str = "messaging.rocketmq.message.group";
Expand description

It is essential for FIFO message. Messages that belong to the same message group are always processed one by one within the same consumer group.

ยงExamples

  • "myMessageGroup"