network.local.address
string PII: Maybe OTel: True Local address of the network connection - IP address or Unix domain socket name.
Example
10.1.2.80 Aliases
net.host.ipnet.sock.host.addr Raw JSON
{
"key": "network.local.address",
"brief": "Local address of the network connection - IP address or Unix domain socket name.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "10.1.2.80",
"alias": [
"net.host.ip",
"net.sock.host.addr"
]
}