CloudWatch / Client / get_o_tel_enrichment
get_o_tel_enrichment¶
- CloudWatch.Client.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 AWS infrastructure metrics.
See also: AWS API Documentation
Request Syntax
response = client.get_o_tel_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) andStopped(enrichment is disabled).