Span

trace4cats.opentelemetry.otlp.json.Span
See theSpan companion object
case class Span(traceId: Array[Byte], spanId: Array[Byte], traceState: String, parentSpanId: Array[Byte], name: String, kind: SpanKind, startTimeUnixNano: Long, endTimeUnixNano: Long, attributes: List[KeyValue], droppedAttributesCount: Int, events: List[Event], droppedEventsCount: Int, links: List[Link], droppedLinksCount: Int, status: Status)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product