-
Notifications
You must be signed in to change notification settings - Fork 3
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
Objectstorage access alerts #1428
Conversation
description: '{{`Loki object storage write rate is down.`}}' | ||
opsrecipe: loki/ | ||
expr: | | ||
irate(loki_rate_store_stream_rate_bytes_count[5m]) == 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need the second part of the expression?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will make sure the alert fires when the metrics don't exist.
I added a comment to explain it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, good thinking. You might do this for loki canary because I think don't have that for them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Towards: giantswarm/roadmap#3705
This PR adds some alerts to loki and mimir that check object storage access.
Checklist
oncall-kaas-cloud
GitHub group).