Trace

class Trace

A collection of segment documents 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 segment and the end time of the last segment that completed.

Link copied to clipboard
val id: String?

The unique identifier for the request that generated the trace's segments and subsegments.

Link copied to clipboard

LimitExceeded is set to true when the trace has exceeded the Trace document size limit. For more information about this limit and other X-Ray limits and quotas, see Amazon Web Services X-Ray endpoints and quotas.

Link copied to clipboard

Segment documents for the segments and subsegments that comprise the trace.

Functions

Link copied to clipboard
inline fun copy(block: Trace.Builder.() -> Unit = {}): Trace
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