Skip to main content

telemetry_records

Creates, updates, deletes, gets or lists a telemetry_records resource.

Overview

Nametelemetry_records
TypeResource
Idaws.xray.telemetry_records

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
put_telemetry_recordsreplaceregion, TelemetryRecordsUsed by the Amazon Web Services X-Ray daemon to upload telemetry.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

REPLACE examples

Used by the Amazon Web Services X-Ray daemon to upload telemetry.

REPLACE aws.xray.telemetry_records
SET
TelemetryRecords = '{{ TelemetryRecords }}',
EC2InstanceId = '{{ EC2InstanceId }}',
Hostname = '{{ Hostname }}',
ResourceARN = '{{ ResourceARN }}'
WHERE
region = '{{ region }}' --required
AND TelemetryRecords = '{{ TelemetryRecords }}' --required;