CloudWatch / Client / get_otel_enrichment

get_otel_enrichment

CloudWatch.Client.get_otel_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.

See also: AWS API Documentation

Request Syntax

response = client.get_otel_enrichment()
Return type:

dict

Returns:

Response Syntax

{
    'Status': 'Running'|'Stopped'
}

Response Structure

  • (dict) –

    • Status (string) –

      The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (enrichment is disabled).