TraceSpanDetail

constructor(traceId: String, spanId: String, parentSpanId: String? = null, service: String, operation: String, status: String, startEpochMs: Long, endEpochMs: Long? = null, durationMs: Long? = null, host: String? = null, protocol: String? = null, component: String? = null, edgeFrom: String? = null, edgeTo: String? = null, attributes: Map<String, String> = emptyMap())(source)