TraceDashboardSummary

@Serializable
data class TraceDashboardSummary(val totalTraces: Int = 0, val p99LatencyMs: Long = 0, val errorRatePercent: Double = 0.0, val activeSpanCount: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(totalTraces: Int = 0, p99LatencyMs: Long = 0, errorRatePercent: Double = 0.0, activeSpanCount: Int = 0)

Properties

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