client.address
string PII: True OTel: True Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
Example
example.com Aliases
http.client_ip Raw JSON
{
"key": "client.address",
"brief": "Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.",
"type": "string",
"pii": {
"key": "true"
},
"is_in_otel": true,
"example": "example.com",
"alias": [
"http.client_ip"
]
}