Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a set of template Multiwindow, Multi-Burn-Rate Alerts, tailored to an API view #441

Closed
david-martin opened this issue Feb 27, 2024 · 0 comments
Assignees

Comments

@david-martin
Copy link
Contributor

david-martin commented Feb 27, 2024

Multiwindow, Multi-Burn-Rate as per https://sre.google/workbook/alerting-on-slos/

Suggested SLIs

  • Availability based on error rate (5xx responses) from an API as a whole
  • Availability based on latency from an API as a whole

Both of these will include example prometheus recording rules for how to set up these alerts.

We can use https://sloth.dev/ to help generate the rules.

We should include prometheus unit tests for these and include manual testing if possible.

It will more than likely require istio or envoy metrics (and so be specific to that gateway api provider),
however that's reasonable as there are no standards around gateway api low level metrics.

It is important to have these be templated as we have no way of knowing the exact criteria for alerting that will suit every individual user.
We can use what we think are reasonable default values, and allow them to be templated where possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants