opentelemetry_semantic_conventions::attribute

Constant MESSAGING_OPERATION_NAME

source
pub const MESSAGING_OPERATION_NAME: &str = "messaging.operation.name";
Expand description

The system-specific name of the messaging operation.

ยงExamples

  • "ack"
  • "nack"
  • "send"