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



3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3467

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