class Aws::XRay::Types::TelemetryRecord

@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,
      },
    }

@!attribute [rw] timestamp

@return [Time]

@!attribute [rw] segments_received_count

@return [Integer]

@!attribute [rw] segments_sent_count

@return [Integer]

@!attribute [rw] segments_spillover_count

@return [Integer]

@!attribute [rw] segments_rejected_count

@return [Integer]

@!attribute [rw] backend_connection_errors

@return [Types::BackendConnectionErrors]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/TelemetryRecord AWS API Documentation

Constants

SENSITIVE