opentelemetry_semantic_conventions::attribute

Constant NETWORK_PROTOCOL_NAME

source
pub const NETWORK_PROTOCOL_NAME: &str = "network.protocol.name";
Expand description

OSI application layer or non-OSI equivalent.

§Notes

The value SHOULD be normalized to lowercase.

§Examples

  • "amqp"
  • "http"
  • "mqtt"