Constant opentelemetry_semantic_conventions::trace::CLIENT_ADDRESS
source · pub const CLIENT_ADDRESS: &str = "client.address";
Expand description
Client address - unix domain socket name, IPv4 or IPv6 address.
When observed from the server side, and when communicating through an intermediary, client.address
SHOULD represent client address behind any intermediaries (e.g. proxies) if it's available.
§Examples
/tmp/my.sock
10.1.2.80