FlowEvent

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)