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

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

Overview

Note:

When making an API call, you may pass TelemetryRecord data as a hash:

{
  timestamp: Time.now, # required
  segments_received_count: 1,
  segments_sent_count: 1,
  segments_spillover_count: 1,
  segments_rejected_count: 1,
  backend_connection_errors: {
    timeout_count: 1,
    connection_refused_count: 1,
    http_code_4_xx_count: 1,
    http_code_5_xx_count: 1,
    unknown_host_count: 1,
    other_count: 1,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#backend_connection_errorsTypes::BackendConnectionErrors



1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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

#segments_received_countInteger

Returns:

  • (Integer)


1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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

#segments_rejected_countInteger

Returns:

  • (Integer)


1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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

#segments_sent_countInteger

Returns:

  • (Integer)


1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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

#segments_spillover_countInteger

Returns:

  • (Integer)


1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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

#timestampTime

Returns:

  • (Time)


1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-xray/types.rb', line 1927

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