As a admin
I need a system that alerts me if an endpoint responses with a 5xx code
So that i can fix the problem
Details and Assumptions
Connect grafana with gmail with a smtp server.
Create an alert when the API response with a 5xx HTTP code.
Acceptance Criteria
Given the API is connected to Grafana for monitoring
And Grafana is configured with an SMTP server (Gmail)
When the API responds with a 5xx status code
Then an alert should be triggered in Grafana
And the admin should receive an email notification
As a admin I need a system that alerts me if an endpoint responses with a 5xx code So that i can fix the problem
Details and Assumptions
Acceptance Criteria