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
gefragt vor 2 Monaten687 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 2 Monaten
  • 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'.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen