TraceDetail

data class TraceDetail(val traceId: OtelTraceId, val totalDurationMs: Long, val spans: List<SpanDetail>)(source)

Constructors

Link copied to clipboard
constructor(traceId: OtelTraceId, totalDurationMs: Long, spans: List<SpanDetail>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard