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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backend_connection_errorsTypes::BackendConnectionErrors



3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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)


3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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)


3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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)


3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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)


3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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)


3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
# File 'lib/aws-sdk-xray/types.rb', line 3337

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