class Aws::XRay::Types::TraceSummary

Metadata generated from the segment documents in a trace.

@!attribute [rw] id

The unique identifier for the request that generated the trace's
segments and subsegments.
@return [String]

@!attribute [rw] duration

The length of time in seconds between the start time of the root
segment and the end time of the last segment that completed.
@return [Float]

@!attribute [rw] response_time

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.
@return [Float]

@!attribute [rw] has_fault

The root segment document has a 500 series error.
@return [Boolean]

@!attribute [rw] has_error

The root segment document has a 400 series error.
@return [Boolean]

@!attribute [rw] has_throttle

One or more of the segment documents has a 429 throttling error.
@return [Boolean]

@!attribute [rw] is_partial

One or more of the segment documents is in progress.
@return [Boolean]

@!attribute [rw] http

Information about the HTTP request served by the trace.
@return [Types::Http]

@!attribute [rw] annotations

Annotations from the trace's segment documents.
@return [Hash<String,Array<Types::ValueWithServiceIds>>]

@!attribute [rw] users

Users from the trace's segment documents.
@return [Array<Types::TraceUser>]

@!attribute [rw] service_ids

Service IDs from the trace's segment documents.
@return [Array<Types::ServiceId>]

@!attribute [rw] resource_arns

A list of resource ARNs for any resource corresponding to the trace
segments.
@return [Array<Types::ResourceARNDetail>]

@!attribute [rw] instance_ids

A list of EC2 instance IDs for any instance corresponding to the
trace segments.
@return [Array<Types::InstanceIdDetail>]

@!attribute [rw] availability_zones

A list of Availability Zones for any zone corresponding to the trace
segments.
@return [Array<Types::AvailabilityZoneDetail>]

@!attribute [rw] entry_point

The root of a trace.
@return [Types::ServiceId]

@!attribute [rw] fault_root_causes

A collection of FaultRootCause structures corresponding to the trace
segments.
@return [Array<Types::FaultRootCause>]

@!attribute [rw] error_root_causes

A collection of ErrorRootCause structures corresponding to the trace
segments.
@return [Array<Types::ErrorRootCause>]

@!attribute [rw] response_time_root_causes

A collection of ResponseTimeRootCause structures corresponding to
the trace segments.
@return [Array<Types::ResponseTimeRootCause>]

@!attribute [rw] revision

The revision number of a trace.
@return [Integer]

@!attribute [rw] matched_event_time

The matched time stamp of a defined event.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/TraceSummary AWS API Documentation

Constants

SENSITIVE