OpenTelemetry PHP

ServerAttributes

Semantic attributes and corresponding values for server.

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

Table of Contents

Constants

SERVER_ADDRESS  = 'server.address'
Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
SERVER_PORT  = 'server.port'
Server port number.

Constants

SERVER_ADDRESS

Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.

public mixed SERVER_ADDRESS = '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.

Tags
stable

SERVER_PORT

Server port number.

public mixed SERVER_PORT = '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.

Tags
stable

        
On this page

Search results