Client Attributes

2 attributes in this category. 2 stable

Stable Attributes

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"
  ]
}

client.port

integer PII: Maybe OTel: True

Client port number.

Example 5432
Raw JSON
{
  "key": "client.port",
  "brief": "Client port number.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 5432
}