Client Attributes

2 attributes in this category.2 stable

2 attributes

Stable Attributes

client.address

stringScrub: AutoVisibility: PublicOTel: True

Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.

Exampleexample.com
Changelog
v0.1.0#106#127
v0.0.0
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",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "example.com",
  "alias": [
    "http.client_ip"
  ],
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        106,
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

client.port

integerScrub: ManualVisibility: PublicOTel: True

Client port number.

Example5432
Changelog
v0.4.0#228
v0.0.0
Raw JSON
{
  "key": "client.port",
  "brief": "Client port number.",
  "type": "integer",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": 5432,
  "changelog": [
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}