Skip to main content

o_tel_enrichments

Creates, updates, deletes, gets or lists an o_tel_enrichments resource.

Overview

Nameo_tel_enrichments
TypeResource
Idaws.cloudwatch.o_tel_enrichments

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
statusstringThe 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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_o_tel_enrichmentselectregionReturns 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.

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

SELECT examples

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
;