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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Metadata generated from the segment documents in a trace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Annotations from the trace's segment documents.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_zonesArray<Types::AvailabilityZoneDetail>

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

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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

#durationFloat

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

Returns:

  • (Float)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_pointTypes::ServiceId

The root of a trace.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_causesArray<Types::ErrorRootCause>

A collection of ErrorRootCause structures corresponding to the trace segments.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_causesArray<Types::FaultRootCause>

A collection of FaultRootCause structures corresponding to the trace segments.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_errorBoolean

The root segment document has a 400 series error.

Returns:

  • (Boolean)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_faultBoolean

The root segment document has a 500 series error.

Returns:

  • (Boolean)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_throttleBoolean

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

Returns:

  • (Boolean)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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

#httpTypes::Http

Information about the HTTP request served by the trace.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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

#idString

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

Returns:

  • (String)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_idsArray<Types::InstanceIdDetail>

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

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_partialBoolean

One or more of the segment documents is in progress.

Returns:

  • (Boolean)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_timeTime

The matched time stamp of a defined event.

Returns:

  • (Time)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_arnsArray<Types::ResourceARNDetail>

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

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_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)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_causesArray<Types::ResponseTimeRootCause>

A collection of ResponseTimeRootCause structures corresponding to the trace segments.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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

#revisionInteger

The revision number of a trace.

Returns:

  • (Integer)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_idsArray<Types::ServiceId>

Service IDs from the trace's segment documents.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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_timeTime

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

Returns:

  • (Time)


3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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

#usersArray<Types::TraceUser>

Users from the trace's segment documents.

Returns:



3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3685

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