-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This is issue will track the update of grafana dashboards that was necessary after we migrated our infra to AWS
Now that the fastpath and measurement collection is done in AWS through fast api and not in the monolith with flask, we have to update several metrics that used to rely on the previous infra, using the new Prometheus metrics and pulling data from aws.
This was the work done:
- Create a copy of the dashboard "API and fastpath (multihost)" (the new one is called "API and fastpath (multihost) (AWS)")
- For each plot in the copy, update it by changing the query behind the chart to pull the data from the right source
- The plots were updated in the following manner:
- Updated: The metric was just updated and now pulls and computes the chart from the right data
- Marked "TODO": I wasn't sure about how to update this plot and requires more work
- Marked "Should delete?": This chart is probably no longer necessary but needs confirmation before deletion