RetrievedTrace

Retrieved collection of spans with matching trace IDs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The length of time in seconds between the start time of the root span and the end time of the last span that completed.

Link copied to clipboard
val id: String?

The unique identifier for the span.

Link copied to clipboard
val spans: List<Span>?

Spans that comprise the trace.

Functions

Link copied to clipboard
inline fun copy(block: RetrievedTrace.Builder.() -> Unit = {}): RetrievedTrace
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String