org.typelevel.otel4s.sdk.trace.data

Members list

Type members

Classlikes

sealed trait EventData

Data representation of an event.

Data representation of an event.

Attributes

See also
Companion
object
Source
EventData.scala
Supertypes
class Object
trait Matchable
class Any
object EventData

Attributes

Companion
trait
Source
EventData.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EventData.type
sealed trait LinkData

Data representation of a link.

Data representation of a link.

Link can be also used to reference spans from the same trace.

Attributes

See also
Companion
object
Source
LinkData.scala
Supertypes
class Object
trait Matchable
class Any
object LinkData

Attributes

Companion
trait
Source
LinkData.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LinkData.type
sealed trait SpanData

Immutable representation of all data collected by the Span.

Immutable representation of all data collected by the Span.

Attributes

See also
Companion
object
Source
SpanData.scala
Supertypes
class Object
trait Matchable
class Any
object SpanData

Attributes

Companion
trait
Source
SpanData.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SpanData.type
sealed abstract class StatusData(val status: StatusCode)

Defines the status of a span by providing a standard status in conjunction with an optional description message.

Defines the status of a span by providing a standard status in conjunction with an optional description message.

Value parameters

status

status code

Attributes

See also
Companion
object
Source
StatusData.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Error
object Ok
object Unset
object StatusData

Attributes

Companion
class
Source
StatusData.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
StatusData.type