Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Attributes(attributeMap: Map[String, SDAttributeValue], droppedAttributesCount: Int) extends Product with Serializable
  2. case class Batch(spans: List[Span]) extends Product with Serializable
  3. sealed trait SDAttributeValue extends AnyRef
  4. case class Span(name: String, spanId: String, parentSpanId: Option[String], displayName: TruncatableString, startTime: Instant, endTime: Instant, attributes: Attributes, stackTrace: JsonObject = JsonObject.empty, timeEvents: JsonObject = JsonObject.empty, links: SpanLinks, status: Status, sameProcessAsParentSpan: Option[Boolean], childSpanCount: Option[Int] = None, spanKind: model.SpanKind) extends Product with Serializable
  5. case class SpanLink(traceId: String, spanId: String, type: String, attributes: Attributes = Attributes(Map.empty, 0)) extends Product with Serializable
  6. case class SpanLinks(link: List[SpanLink], droppedLinksCount: Int) extends Product with Serializable
  7. case class Status(code: Int, message: String = "", details: List[JsonObject] = List.empty) extends Product with Serializable

Value Members

  1. object Attributes extends Serializable
  2. object Batch extends Serializable
  3. object SDAttributeValue
  4. object Span extends Serializable
  5. object SpanLink extends Serializable
  6. object SpanLinks extends Serializable
  7. object Status extends Serializable

Ungrouped