pub const MESSAGING_PROCESS_MESSAGES: &str = "messaging.process.messages";
Expand description
§Description
Measures the number of processed messages.
§Metadata
Instrument: | counter |
Unit: | {message} |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::MESSAGING_SYSTEM | Required |
crate::attribute::ERROR_TYPE | Conditionally required : If and only if the messaging operation has failed. |
crate::attribute::MESSAGING_DESTINATION_NAME | Conditionally required : if and only if messaging.destination.name is known to have low cardinality. Otherwise, messaging.destination.template MAY be populated. |
crate::attribute::MESSAGING_DESTINATION_TEMPLATE | Conditionally required : if available. |
crate::attribute::SERVER_ADDRESS | Conditionally required : If available. |
crate::attribute::MESSAGING_DESTINATION_PARTITION_ID | Unspecified |
crate::attribute::SERVER_PORT | Unspecified |