grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
61.15k stars 11.68k forks source link

Alerting: Improve CloudWatch Cross Account monitoring #88014

Open hectorruiz-it opened 1 month ago

hectorruiz-it commented 1 month ago

Why is this needed:

After the addition of CloudWatch Cross Account Monitoring you can configure a single datasource to monitor multiple accounts and regions. On dashboards, we can configure variables that query Accounts and Regions. The issue comes when you try to configure alerts. You can't identify from which which account or region an alert is firing, just the dimensions.

For example this query return desired capacity of each ASG: Screenshot 2024-05-17 at 13 04 04

This query returns the following labels: Screenshot 2024-05-17 at 13 04 17

With that information we can't identify from which account and region is the resource firing. We would need to manually identify it causing a lot of overhead.

What would you like to be added:

Who is this feature for?

This feature is for those who want to have better observability and alerting their cloud resources on multi accounts monitoring setups.