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 Changelog
v0.1.0 #127
v0.0.0
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"
],
"changelog": [
{
"version": "0.1.0",
"prs": [
127
]
},
{
"version": "0.0.0"
}
]
}