opentelemetry_semantic_conventions::attribute

Constant MESSAGING_CONSUMER_GROUP_NAME

source
pub const MESSAGING_CONSUMER_GROUP_NAME: &str = "messaging.consumer.group.name";
Expand description

The name of the consumer group with which a consumer is associated.

§Notes

Semantic conventions for individual messaging systems SHOULD document whether messaging.consumer.group.name is applicable and what it means in the context of that system.

§Examples

  • "my-group"
  • "indexer"