Client

Client Attributes

Attributes:

KeyStabilityValue TypeDescriptionExample Values
client.addressStablestringClient address - domain name if available without reverse DNS lookup; otherwise, IP address or UNIX domain socket name. [1]client.example.com; 10.1.2.80; /tmp/my.sock
client.portStableintClient port number. [2]65123

[1] client.address: When observed from the server side, and when communicating through an intermediary, client.address SHOULD represent the client address behind any intermediaries, for example proxies, if it’s available.

[2] client.port: When observed from the server side, and when communicating through an intermediary, client.port SHOULD represent the client port behind any intermediaries, for example proxies, if it’s available.