Builder

class Builder

Properties

Link copied to clipboard

Annotations from the trace's segment documents.

Link copied to clipboard

A list of Availability Zones for any zone corresponding to the trace segments.

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

The root of a trace.

Link copied to clipboard

A collection of ErrorRootCause structures corresponding to the trace segments.

Link copied to clipboard

A collection of FaultRootCause structures corresponding to the trace segments.

Link copied to clipboard

The root segment document has a 400 series error.

Link copied to clipboard

The root segment document has a 500 series error.

Link copied to clipboard

One or more of the segment documents has a 429 throttling error.

Link copied to clipboard
var http: Http?

Information about the HTTP request served by the trace.

Link copied to clipboard
var id: String?

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

Link copied to clipboard

A list of EC2 instance IDs for any instance corresponding to the trace segments.

Link copied to clipboard

One or more of the segment documents is in progress.

Link copied to clipboard

The matched time stamp of a defined event.

Link copied to clipboard

A list of resource ARNs for any resource corresponding to the trace segments.

Link copied to clipboard

The length of time in seconds between the start and end times of the root segment. If the service performs work asynchronously, the response time measures the time before the response is sent to the user, while the duration measures the amount of time before the last traced activity completes.

Link copied to clipboard

A collection of ResponseTimeRootCause structures corresponding to the trace segments.

Link copied to clipboard

The revision number of a trace.

Link copied to clipboard

Service IDs from the trace's segment documents.

Link copied to clipboard

The start time of a trace, based on the earliest trace segment start time.

Link copied to clipboard

Users from the trace's segment documents.

Functions

Link copied to clipboard
Link copied to clipboard
fun http(block: Http.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.xray.model.Http inside the given block