server.address
stringScrub: ManualVisibility: PublicOTel: TrueServer domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
Example
example.comRaw JSON
{
"key": "server.address",
"brief": "Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": true,
"visibility": "public",
"example": "example.com",
"alias": [
"address",
"http.server_name",
"net.host.name",
"http.host",
"server_name"
],
"changelog": [
{
"version": "0.19.0",
"prs": [
534
],
"description": "Added address as an alias"
},
{
"version": "0.1.0",
"prs": [
108,
127
]
},
{
"version": "0.0.0"
}
]
}