OtelAttributes

org.typelevel.otel4s.semconv.attributes.OtelAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class OtelStatusCodeValue(val value: String)

Values for OtelStatusCode.

Values for OtelStatusCode.

Attributes

Companion
object
Source
OtelAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Error
object Ok

Attributes

Companion
class
Source
OtelAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

The name of the instrumentation scope - (InstrumentationScope.Name in OTLP).

The name of the instrumentation scope - (InstrumentationScope.Name in OTLP).

Attributes

Source
OtelAttributes.scala

The version of the instrumentation scope - (InstrumentationScope.Version in OTLP).

The version of the instrumentation scope - (InstrumentationScope.Version in OTLP).

Attributes

Source
OtelAttributes.scala

Name of the code, either "OK" or "ERROR".

Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET.

Attributes

Source
OtelAttributes.scala

Description of the Status if it has a value, otherwise not set.

Description of the Status if it has a value, otherwise not set.

Attributes

Source
OtelAttributes.scala