Class: Aws::XRay::Types::TraceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::TraceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Metadata generated from the segment documents in a trace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotations ⇒ Hash<String,Array<Types::ValueWithServiceIds>>
Annotations from the trace’s segment documents.
-
#availability_zones ⇒ Array<Types::AvailabilityZoneDetail>
A list of Availability Zones for any zone corresponding to the trace segments.
-
#duration ⇒ 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_point ⇒ Types::ServiceId
The root of a trace.
-
#error_root_causes ⇒ Array<Types::ErrorRootCause>
A collection of ErrorRootCause structures corresponding to the trace segments.
-
#fault_root_causes ⇒ Array<Types::FaultRootCause>
A collection of FaultRootCause structures corresponding to the trace segments.
-
#has_error ⇒ Boolean
The root segment document has a 400 series error.
-
#has_fault ⇒ Boolean
The root segment document has a 500 series error.
-
#has_throttle ⇒ Boolean
One or more of the segment documents has a 429 throttling error.
-
#http ⇒ Types::Http
Information about the HTTP request served by the trace.
-
#id ⇒ String
The unique identifier for the request that generated the trace’s segments and subsegments.
-
#instance_ids ⇒ Array<Types::InstanceIdDetail>
A list of EC2 instance IDs for any instance corresponding to the trace segments.
-
#is_partial ⇒ Boolean
One or more of the segment documents is in progress.
-
#matched_event_time ⇒ Time
The matched time stamp of a defined event.
-
#resource_arns ⇒ Array<Types::ResourceARNDetail>
A list of resource ARNs for any resource corresponding to the trace segments.
-
#response_time ⇒ Float
The length of time in seconds between the start and end times of the root segment.
-
#response_time_root_causes ⇒ Array<Types::ResponseTimeRootCause>
A collection of ResponseTimeRootCause structures corresponding to the trace segments.
-
#revision ⇒ Integer
The revision number of a trace.
-
#service_ids ⇒ Array<Types::ServiceId>
Service IDs from the trace’s segment documents.
-
#start_time ⇒ Time
The start time of a trace, based on the earliest trace segment start time.
-
#users ⇒ Array<Types::TraceUser>
Users from the trace’s segment documents.
Instance Attribute Details
#annotations ⇒ Hash<String,Array<Types::ValueWithServiceIds>>
Annotations from the trace’s segment documents.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#availability_zones ⇒ Array<Types::AvailabilityZoneDetail>
A list of Availability Zones for any zone corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ 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.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#entry_point ⇒ Types::ServiceId
The root of a trace.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#error_root_causes ⇒ Array<Types::ErrorRootCause>
A collection of ErrorRootCause structures corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#fault_root_causes ⇒ Array<Types::FaultRootCause>
A collection of FaultRootCause structures corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#has_error ⇒ Boolean
The root segment document has a 400 series error.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#has_fault ⇒ Boolean
The root segment document has a 500 series error.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#has_throttle ⇒ Boolean
One or more of the segment documents has a 429 throttling error.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#http ⇒ Types::Http
Information about the HTTP request served by the trace.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the request that generated the trace’s segments and subsegments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<Types::InstanceIdDetail>
A list of EC2 instance IDs for any instance corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#is_partial ⇒ Boolean
One or more of the segment documents is in progress.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#matched_event_time ⇒ Time
The matched time stamp of a defined event.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<Types::ResourceARNDetail>
A list of resource ARNs for any resource corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#response_time ⇒ Float
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.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#response_time_root_causes ⇒ Array<Types::ResponseTimeRootCause>
A collection of ResponseTimeRootCause structures corresponding to the trace segments.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number of a trace.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#service_ids ⇒ Array<Types::ServiceId>
Service IDs from the trace’s segment documents.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of a trace, based on the earliest trace segment start time.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::TraceUser>
Users from the trace’s segment documents.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/aws-sdk-xray/types.rb', line 3553 class TraceSummary < Struct.new( :id, :start_time, :duration, :response_time, :has_fault, :has_error, :has_throttle, :is_partial, :http, :annotations, :users, :service_ids, :resource_arns, :instance_ids, :availability_zones, :entry_point, :fault_root_causes, :error_root_causes, :response_time_root_causes, :revision, :matched_event_time) SENSITIVE = [] include Aws::Structure end |