TraceStore

interface TraceStore(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun get(traceId: OtelTraceId): List<SpanData>
Link copied to clipboard
abstract fun record(span: SpanData)
Link copied to clipboard
abstract fun traces(ordering: Ordering): Map<OtelTraceId, List<SpanData>>