package google
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Trace(traceId: UUID, projectId: String = "", spans: Seq[TraceSpan] = Seq.empty) extends Product with Serializable
- case class TraceSpan(spanId: Long, kind: SpanKind, name: String, startTime: Instant, endTime: Instant, parentSpanId: Option[Long], labels: Map[String, String]) extends Product with Serializable
- case class Traces(traces: Seq[Trace]) extends Product with Serializable