UrlAttributes

org.typelevel.otel4s.semconv.attributes.UrlAttributes
object UrlAttributes

Attributes

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

Members list

Value members

Concrete fields

The URI fragment component

The URI fragment component

Attributes

Source
UrlAttributes.scala

Absolute URL describing a network resource according to <a href="https://www.rfc-editor.org/rfc/rfc3986">RFC3986

Absolute URL describing a network resource according to <a href="https://www.rfc-editor.org/rfc/rfc3986">RFC3986

Attributes

Note

  • For network calls, URL usually has scheme://host[:port][path][?query][#fragment] format, where the fragment is not transmitted over HTTP, but if it is known, it SHOULD be included nevertheless. url.full MUST NOT contain credentials passed via URL in form of https://username:[email protected]/. In such case username and password SHOULD be redacted and attribute's value SHOULD be https://REDACTED:[email protected]/. url.full SHOULD capture the absolute URL when it is available (or can be reconstructed). Sensitive content provided in url.full SHOULD be scrubbed when instrumentations can identify it.

Source
UrlAttributes.scala

The URI path component

The URI path component

Attributes

Note

  • Sensitive content provided in url.path SHOULD be scrubbed when instrumentations can identify it.

Source
UrlAttributes.scala

The URI query component

The URI query component

Attributes

Note

  • Sensitive content provided in url.query SHOULD be scrubbed when instrumentations can identify it.

Source
UrlAttributes.scala

The URI scheme component identifying the used protocol.

The URI scheme component identifying the used protocol.

Attributes

Source
UrlAttributes.scala