ClientIncubatingAttributes
in
Semantic attributes and corresponding values for client.
Tags
Table of Contents
Constants
- CLIENT_ADDRESS = 'client.address'
- Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- CLIENT_PORT = 'client.port'
- Client port number.
Constants
CLIENT_ADDRESS
Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
public
mixed
CLIENT_ADDRESS
= '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.
Tags
CLIENT_PORT
Client port number.
public
mixed
CLIENT_PORT
= '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.