Constant opentelemetry_semantic_conventions::trace::HTTP_CLIENT_IP[][src]

pub const HTTP_CLIENT_IP: Key;

The IP address of the original client behind all proxies, if known (e.g. from X-Forwarded-For).

This is not necessarily the same as net.peer.ip, which would identify the network-level peer, which may be a proxy.