pub const MESSAGING_SYSTEM: &str = "messaging.system";
Expand description
The messaging system as identified by the client instrumentation.
§Notes
The actual messaging system may differ from the one known by the client. For example, when using Kafka client libraries to communicate with Azure Event Hubs, the messaging.system
is set to kafka
based on the instrumentation’s best knowledge