Module: OpenTelemetry::SemConv::SERVER

Defined in:
lib/opentelemetry/semconv/server/attributes.rb

Attribute Names collapse

SERVER_ADDRESS =
Note:

Stability Level: stable

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

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.

Examples:

Sample Values

example.com
10.1.2.80
/tmp/my.sock
'server.address'
SERVER_PORT =
Note:

Stability Level: stable

Server port number.

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.

Examples:

Sample Values

80
8080
443
'server.port'