Server Attributes

2 attributes in this category.2 stable

2 attributes

Stable Attributes

server.address

stringScrub: ManualVisibility: PublicOTel: True

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

Changelog
v0.19.0#534Added address as an alias
v0.1.0#108#127
v0.0.0
Raw 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"
    }
  ]
}

server.port

integerScrub: ManualVisibility: PublicOTel: True

Server port number.

Example1337
Changelog
v0.19.0#532Added port as an alias
v0.4.0#228
v0.0.0
Raw JSON
{
  "key": "server.port",
  "brief": "Server port number.",
  "type": "integer",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": 1337,
  "alias": [
    "net.host.port",
    "port"
  ],
  "changelog": [
    {
      "version": "0.19.0",
      "prs": [
        532
      ],
      "description": "Added port as an alias"
    },
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}