telemetry_records
Creates, updates, deletes, gets or lists a telemetry_records resource.
Overview
| Name | telemetry_records |
| Type | Resource |
| Id | aws.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
put_telemetry_records | replace | region, TelemetryRecords | Used 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
REPLACE examples
- put_telemetry_records
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;