Amazon Managed Prometheus alarms not firing

0

I have a metric aws_rds_cpuutilization_average, that I can query from Grafana side. This metric is obtained from CloudWatch. When I create an alert 'expr: aws_rds_cpuutilization_average > 0' it's not firing. The alert manager is configured correctly because 'expr: vector(1)' is firing.

Anton
已提问 2 个月前684 查看次数
1 回答
1

Since you said the alert manager is configured correctly . could you please do the below checks

Permissions: Ensure that the IAM role or user associated with Grafana has the necessary permissions to access CloudWatch metrics. Verify that the IAM policy allows for cloudwatch:GetMetricData and cloudwatch:GetMetricStatistics actions.

CloudWatch Alarms: Check if there are any existing CloudWatch alarms configured for the aws_rds_cpuutilization_average metric. If there are alarms already set up in CloudWatch, they may be conflicting with the Grafana alert

You could also refer to this:- https://docs.aws.amazon.com/grafana/latest/userguide/data-source-alertmanager.html

profile picture
专家
已回答 2 个月前
  • Grafana is querying Amazon Prometheus in my case with in turn obtain the metric from CloudWatch. Alarms I set up in Prometheus also through alarm definition where 'expr: aws_rds_cpuutilization_average > 0'.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则