TraceListItem

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

Constructors

Link copied to clipboard
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)

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard