You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::TraceSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Metadata generated from the segment documents in a trace.

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsHash<String,Array<Types::ValueWithServiceIds>>

Annotations from the trace\'s segment documents.

Returns:

#availability_zonesArray<Types::AvailabilityZoneDetail>

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

Returns:

#durationFloat

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

Returns:

  • (Float)

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

#entry_pointTypes::ServiceId

The root of a trace.

Returns:

#error_root_causesArray<Types::ErrorRootCause>

A collection of ErrorRootCause structures corresponding to the trace segments.

Returns:

  • (Array<Types::ErrorRootCause>)

    A collection of ErrorRootCause structures corresponding to the trace segments.

#fault_root_causesArray<Types::FaultRootCause>

A collection of FaultRootCause structures corresponding to the trace segments.

Returns:

  • (Array<Types::FaultRootCause>)

    A collection of FaultRootCause structures corresponding to the trace segments.

#has_errorBoolean

The root segment document has a 400 series error.

Returns:

  • (Boolean)

    The root segment document has a 400 series error.

#has_faultBoolean

The root segment document has a 500 series error.

Returns:

  • (Boolean)

    The root segment document has a 500 series error.

#has_throttleBoolean

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

Returns:

  • (Boolean)

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

#httpTypes::Http

Information about the HTTP request served by the trace.

Returns:

  • (Types::Http)

    Information about the HTTP request served by the trace.

#idString

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

Returns:

  • (String)

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

#instance_idsArray<Types::InstanceIdDetail>

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

Returns:

  • (Array<Types::InstanceIdDetail>)

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

#is_partialBoolean

One or more of the segment documents is in progress.

Returns:

  • (Boolean)

    One or more of the segment documents is in progress.

#matched_event_timeTime

The matched time stamp of a defined event.

Returns:

  • (Time)

    The matched time stamp of a defined event.

#resource_arnsArray<Types::ResourceARNDetail>

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

Returns:

#response_timeFloat

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.

Returns:

  • (Float)

    The length of time in seconds between the start and end times of the root segment.

#response_time_root_causesArray<Types::ResponseTimeRootCause>

A collection of ResponseTimeRootCause structures corresponding to the trace segments.

Returns:

#revisionInteger

The revision number of a trace.

Returns:

  • (Integer)

    The revision number of a trace.

#service_idsArray<Types::ServiceId>

Service IDs from the trace\'s segment documents.

Returns:

  • (Array<Types::ServiceId>)

    Service IDs from the trace\'s segment documents.

#usersArray<Types::TraceUser>

Users from the trace\'s segment documents.

Returns: