ClientAttributes

org.typelevel.otel4s.semconv.attributes.ClientAttributes

Attributes

Source
ClientAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

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

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

Attributes

Note

  • 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.

Source
ClientAttributes.scala

Client port number.

Client port number.

Attributes

Note

  • 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.

Source
ClientAttributes.scala