net.host.ip Deprecated
string PII: Maybe OTel: True Local address of the network connection - IP address or Unix domain socket name.
192.168.0.1 network.local.addressnet.sock.host.addr Use network.local.address instead.
Raw JSON
{
"key": "net.host.ip",
"brief": "Local address of the network connection - IP address or Unix domain socket name.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "192.168.0.1",
"deprecation": {
"replacement": "network.local.address",
"_status": null
},
"alias": [
"network.local.address",
"net.sock.host.addr"
],
"changelog": [
{
"version": "0.1.0",
"prs": [
61,
108,
127
]
},
{
"version": "0.0.0"
}
]
}