Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
TraceDashboardSummary
Trace
Dashboard
Summary
@
Serializable
data
class
TraceDashboardSummary
(
val
totalTraces
:
Int
=
0
,
val
p99LatencyMs
:
Long
=
0
,
val
errorRatePercent
:
Double
=
0.0
,
val
activeSpanCount
:
Int
=
0
)
(
source
)
Members
Constructors
Trace
Dashboard
Summary
Link copied to clipboard
constructor
(
totalTraces
:
Int
=
0
,
p99LatencyMs
:
Long
=
0
,
errorRatePercent
:
Double
=
0.0
,
activeSpanCount
:
Int
=
0
)
Properties
active
Span
Count
Link copied to clipboard
val
activeSpanCount
:
Int
error
Rate
Percent
Link copied to clipboard
val
errorRatePercent
:
Double
p99Latency
Ms
Link copied to clipboard
val
p99LatencyMs
:
Long
total
Traces
Link copied to clipboard
val
totalTraces
:
Int