Module: OpenTelemetry::SemConv::Incubating::SERVER
- Defined in:
- lib/opentelemetry/semconv/incubating/server/attributes.rb
Attribute Names collapse
- SERVER_ADDRESS =
Deprecated.
Now available in the stable namespace at SERVER::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.addressSHOULD represent the server address behind any intermediaries, for example proxies, if it’s available. 'server.address'- SERVER_PORT =
Deprecated.
Now available in the stable namespace at SERVER::SERVER_PORT.
Note:Stability Level: stable
Server port number.
When observed from the client side, and when communicating through an intermediary,
server.portSHOULD represent the server port behind any intermediaries, for example proxies, if it’s available. 'server.port'