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
/
FlowEvent
/
FlowEvent
Flow
Event
constructor
(
traceId
:
String
,
spanId
:
String
,
parentSpanId
:
String
?
=
null
,
service
:
String
,
operation
:
String
,
startEpochMs
:
Long
,
endEpochMs
:
Long
?
=
null
,
status
:
String
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
,
edgeFrom
:
String
,
edgeTo
:
String
)
(
source
)