Skip to content

Commit

Permalink
Remove CortexQuerierCapacityFull alert
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Jul 1, 2021
1 parent 00e2c38 commit 38aabca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions jsonnet/mimir-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,6 @@
|||,
},
},
{
alert: 'CortexQuerierCapacityFull',
expr: |||
prometheus_engine_queries_concurrent_max{job=~".+/(cortex|ruler|querier)"} - prometheus_engine_queries{job=~".+/(cortex|ruler|querier)"} == 0
|||,
'for': '5m', // We don't want to block for longer.
labels: {
severity: 'critical',
},
annotations: {
message: |||
{{ $labels.job }} is at capacity processing queries.
|||,
},
},
{
alert: 'CortexFrontendQueriesStuck',
expr: |||
Expand Down
4 changes: 0 additions & 4 deletions jsonnet/mimir-mixin/docs/playbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,6 @@ How to **investigate**:
- Check the latest runtime config update (it's likely to be broken)
- Check Cortex logs to get more details about what's wrong with the config

### CortexQuerierCapacityFull

_TODO: this playbook has not been written yet._

### CortexFrontendQueriesStuck

_TODO: this playbook has not been written yet._
Expand Down

0 comments on commit 38aabca

Please sign in to comment.