Server

Server Attributes

Attributes:

KeyStabilityValue TypeDescriptionExample Values
server.addressStablestringServer 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.portStableintServer 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.