TraceListItem

constructor(traceId: String, operation: String, service: String, startEpochMs: Long, durationMs: Long = 0, spanCount: Int = 0, status: String = "UNSET", badgeLabel: String = "UNSET", httpStatusCode: Int? = null, errorCount: Int = 0, activeSpanCount: Int = 0, slow: Boolean = false)(source)