SpanDetail
constructor(spanId: OtelSpanId, parentSpanId: OtelSpanId, name: String, kind: String, durationMs: Long, statusCode: String, statusDescription: String, serviceName: String, depth: Int, startOffsetPercent: Double, widthPercent: Double, attributes: List<SpanAttribute>, baggageAttributes: List<SpanAttribute>, resourceAttributes: List<SpanAttribute>, events: List<SpanEvent>, links: List<SpanLink>)(source)