UserAgentExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.UserAgentExperimentalAttributes

Attributes

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

Members list

Value members

Concrete fields

Name of the user-agent extracted from original.

Name of the user-agent extracted from original. Usually refers to the browser's name.

Attributes

Note

  • Example of extracting browser's name from original string. In the case of using a user-agent for non-browser products, such as microservices with multiple names/versions inside the user_agent.original, the most significant name SHOULD be selected. In such a scenario it should align with user_agent.version

Source
UserAgentExperimentalAttributes.scala

Version of the user-agent extracted from original.

Version of the user-agent extracted from original. Usually refers to the browser's version

Attributes

Note

  • Example of extracting browser's version from original string. In the case of using a user-agent for non-browser products, such as microservices with multiple names/versions inside the user_agent.original, the most significant version SHOULD be selected. In such a scenario it should align with user_agent.name

Source
UserAgentExperimentalAttributes.scala

Deprecated fields

Value of the <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent">HTTP User-Agent header sent by the client.

Value of the <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent">HTTP User-Agent header sent by the client.

Attributes

Deprecated
true
Source
UserAgentExperimentalAttributes.scala