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

Replaced CortexCacheRequestErrors with CortexMemcachedRequestErrors #346

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

pracucci
Copy link
Collaborator

@pracucci pracucci commented Jul 2, 2021

What this PR does:
I found out that CortexCacheRequestErrors doesn't work because the instrumentation code never track errors (any cache request is tracked as a success):

Also, if you're running the blocks storage, this alert is only on query-frontend cache client, cause for all other caching is based on Thanos memcached cache.

For this reason, in this PR I've replaced CortexCacheRequestErrors alert (not working) with CortexMemcachedRequestErrors.

Which issue(s) this PR fixes:
N/A

Checklist

  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci requested a review from a team as a code owner July 2, 2021 12:09
@pracucci pracucci merged commit 2137f76 into main Jul 2, 2021
@pracucci pracucci deleted the playbook-for-CortexCacheRequestErrors branch July 2, 2021 13:27
simonswine pushed a commit to grafana/mimir that referenced this pull request Oct 18, 2021
…or-CortexCacheRequestErrors

Replaced CortexCacheRequestErrors with CortexMemcachedRequestErrors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants