Span

trace4cats.opentelemetry.otlp.json.Span$
See theSpan companion class
object Span

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Span.type

Members list

Type members

Classlikes

case class Event(timeUnixNano: Long, name: String, attributes: List[KeyValue], droppedAttributesCount: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Event

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Event.type
final case class Link(traceId: Array[Byte], spanId: Array[Byte], traceState: String, attributes: List[KeyValue], droppedAttributesCount: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Link

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Link.type
sealed abstract class SpanKind(val value: Int)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SPAN_KIND_CLIENT.type
object SPAN_KIND_CONSUMER.type
object SPAN_KIND_INTERNAL.type
object SPAN_KIND_PRODUCER.type
object SPAN_KIND_SERVER.type
object SpanKind

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SpanKind.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

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