metrics
Creates, updates, deletes, gets or lists a metrics resource.
Overview
| Name | metrics |
| Type | Resource |
| Id | aws.iotwireless.metrics |
Fields
The following fields are returned by SELECT queries:
- get_metrics
| Name | Datatype | Description |
|---|---|---|
summary_metric_query_results | array | The list of summary metrics that were retrieved. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_metrics | select | region | Get the summary metrics for this AWS account. |
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) |
SELECT examples
- get_metrics
Get the summary metrics for this AWS account.
SELECT
summary_metric_query_results
FROM aws.iotwireless.metrics
WHERE region = '{{ region }}' -- required
;