SpanDetail
data class SpanDetail(val spanId: OtelSpanId, val parentSpanId: OtelSpanId, val name: String, val kind: String, val durationMs: Long, val statusCode: String, val statusDescription: String, val serviceName: String, val depth: Int, val startOffsetPercent: Double, val widthPercent: Double, val attributes: List<SpanAttribute>, val baggageAttributes: List<SpanAttribute>, val resourceAttributes: List<SpanAttribute>, val events: List<SpanEvent>, val links: List<SpanLink>)(source)
Constructors
Link copied to clipboard
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>)