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달 전687회 조회
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'.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠