o_tel_enrichments
Creates, updates, deletes, gets or lists an o_tel_enrichments resource.
Overview
| Name | o_tel_enrichments |
| Type | Resource |
| Id | aws.cloudwatch.o_tel_enrichments |
Fields
The following fields are returned by SELECT queries:
- get_o_tel_enrichment
| Name | Datatype | Description |
|---|---|---|
status | string | The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (enrichment is disabled). (Running, Stopped) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_o_tel_enrichment | select | region | Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL. For the list of supported resources, see Supported Amazon Web Services infrastructure metrics. |
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_o_tel_enrichment
Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL. For the list of supported resources, see Supported Amazon Web Services infrastructure metrics.
SELECT
status
FROM aws.cloudwatch.o_tel_enrichments
WHERE region = '{{ region }}' -- required
;