Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#342 from grafana/remove-Cor…
Browse files Browse the repository at this point in the history
…texQuerierCapacityFull-alert

Remove CortexQuerierCapacityFull alert
  • Loading branch information
pracucci authored Jul 2, 2021
2 parents 7377e55 + 38aabca commit dec2b14
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

This alert fires if Cortex is running without query-scheduler and queries are piling up in the query-frontend queue.
Expand Down

0 comments on commit dec2b14

Please sign in to comment.