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
/
TraceListItem
/
TraceListItem
Trace
List
Item
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
)