Server
August 4, 2026 ยท View on GitHub
Server Attributes
Attributes:
| Key | Stability | Value Type | Description | Example Values |
|---|---|---|---|---|
server.address | string | Server domain name if available without reverse DNS lookup; otherwise, IP address or UNIX domain socket name. [1] | example.com; 10.1.2.80; /tmp/my.sock | |
server.port | int | Server port number. [2] | 80; 8080; 443 |
[1] server.address: When observed from the client side, and when communicating through an intermediary, server.address SHOULD represent the server address behind any intermediaries, for example proxies, if it's available.
[2] server.port: When observed from the client side, and when communicating through an intermediary, server.port SHOULD represent the server port behind any intermediaries, for example proxies, if it's available.