Span

object Span
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Span.type

Type members

Classlikes

case class Event(time_unix_nano: Long, name: String, attributes: List[KeyValue], dropped_attributes_count: Int)
Companion:
object
object Event
Companion:
class
final case class Link(trace_id: Array[Byte], span_id: Array[Byte], trace_state: String, attributes: List[KeyValue], dropped_attributes_count: Int)
Companion:
object
object Link
Companion:
class
sealed abstract class SpanKind(val value: Int)
Companion:
object
object SpanKind
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit val byteArrayEncoder: Encoder[Array[Byte]]
implicit val spanEncoder: AsObject[Span]