opentelemetry_semantic_conventions::attribute

Constant NETWORK_PEER_ADDRESS

Source
pub const NETWORK_PEER_ADDRESS: &str = "network.peer.address";
Expand description

Peer address of the network connection - IP address or Unix domain socket name.

ยงExamples

  • "10.1.2.80"
  • "/tmp/my.sock"