TraceDetailView

data class TraceDetailView(val detail: TraceDetail, val logsBySpan: Map<OtelSpanId?, List<LogSummary>> = emptyMap()) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(detail: TraceDetail, logsBySpan: Map<OtelSpanId?, List<LogSummary>> = emptyMap())

Properties

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

Functions

Link copied to clipboard
open fun template(): String