DnsExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.DnsExperimentalAttributes

Attributes

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

Members list

Value members

Concrete fields

The name being queried.

The name being queried.

Attributes

Note

  • If the name field contains non-printable characters (below 32 or above 126), those characters should be represented as escaped base 10 integers (\DDD). Back slashes and quotes should be escaped. Tabs, carriage returns, and line feeds should be converted to \t, \r, and \n respectively.

Source
DnsExperimentalAttributes.scala