A-PachecoT / console-quest-rpg

0 stars 0 forks source link

Grafana Alert for 5xx code #40

Closed thsergitox closed 1 month ago

thsergitox commented 1 month ago

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

    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