OpenTelemetry PHP

ClientIncubatingAttributes

Semantic attributes and corresponding values for client.

Tags
see
https://opentelemetry.io/docs/specs/semconv/registry/attributes/client/

May contain @experimental Semantic Conventions which may change or be removed in the future.

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
stable

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.

Tags
stable

        
On this page

Search results