Class: Aws::XRay::Types::TelemetryRecord

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backend_connection_errorsTypes::BackendConnectionErrors



2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end

#segments_received_countInteger

Returns:

  • (Integer)


2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end

#segments_rejected_countInteger

Returns:

  • (Integer)


2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end

#segments_sent_countInteger

Returns:

  • (Integer)


2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end

#segments_spillover_countInteger

Returns:

  • (Integer)


2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

Returns:

  • (Time)


2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2939

class TelemetryRecord < Struct.new(
  :timestamp,
  :segments_received_count,
  :segments_sent_count,
  :segments_spillover_count,
  :segments_rejected_count,
  :backend_connection_errors)
  SENSITIVE = []
  include Aws::Structure
end