Span

case class Span(name: String, spanId: String, parentSpanId: Option[String], displayName: TruncatableString, startTime: Instant, endTime: Instant, attributes: Attributes, stackTrace: JsonObject, timeEvents: JsonObject, links: SpanLinks, status: Status, sameProcessAsParentSpan: Option[Boolean], childSpanCount: Option[Int], spanKind: SpanKind)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product