class Aws::XRay::Types::PutTelemetryRecordsRequest
@note When making an API call, you may pass PutTelemetryRecordsRequest
data as a hash: { telemetry_records: [ # required { 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, }, }, ], ec2_instance_id: "EC2InstanceId", hostname: "Hostname", resource_arn: "ResourceARN", }
@!attribute [rw] telemetry_records
@return [Array<Types::TelemetryRecord>]
@!attribute [rw] ec2_instance_id
@return [String]
@!attribute [rw] hostname
@return [String]
@!attribute [rw] resource_arn
@return [String]
@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/PutTelemetryRecordsRequest AWS API Documentation
Constants
- SENSITIVE