Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit af74202

Browse files
committed
Remove CortexQuerierCapacityFull alert
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 90a7809 commit af74202

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* [CHANGE] Renamed `CortexInconsistentConfig` alert to `CortexInconsistentRuntimeConfig` and increased severity to `critical`. #335
1818
* [CHANGE] Increased `CortexBadRuntimeConfig` alert severity to `critical` and removed support for `cortex_overrides_last_reload_successful` metric (was removed in Cortex 1.3.0). #335
1919
* [CHANGE] Grafana 'min step' changed to 15s so dashboard show better detail. #340
20+
* [CHANGE] Removed `CortexQuerierCapacityFull` alert. #342
2021
* [ENHANCEMENT] cortex-mixin: Make `cluster_namespace_deployment:kube_pod_container_resource_requests_{cpu_cores,memory_bytes}:sum` backwards compatible with `kube-state-metrics` v2.0.0. #317
2122
* [ENHANCEMENT] Added documentation text panels and descriptions to reads and writes dashboards. #324
2223
* [ENHANCEMENT] Dashboards: defined container functions for common resources panels: containerDiskWritesPanel, containerDiskReadsPanel, containerDiskSpaceUtilization. #331

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,6 @@
134134
|||,
135135
},
136136
},
137-
{
138-
alert: 'CortexQuerierCapacityFull',
139-
expr: |||
140-
prometheus_engine_queries_concurrent_max{job=~".+/(cortex|ruler|querier)"} - prometheus_engine_queries{job=~".+/(cortex|ruler|querier)"} == 0
141-
|||,
142-
'for': '5m', // We don't want to block for longer.
143-
labels: {
144-
severity: 'critical',
145-
},
146-
annotations: {
147-
message: |||
148-
{{ $labels.job }} is at capacity processing queries.
149-
|||,
150-
},
151-
},
152137
{
153138
alert: 'CortexFrontendQueriesStuck',
154139
expr: |||

cortex-mixin/docs/playbooks.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,6 @@ How to **investigate**:
402402
- Check the latest runtime config update (it's likely to be broken)
403403
- Check Cortex logs to get more details about what's wrong with the config
404404

405-
### CortexQuerierCapacityFull
406-
407-
_TODO: this playbook has not been written yet._
408-
409405
### CortexFrontendQueriesStuck
410406

411407
_TODO: this playbook has not been written yet._

0 commit comments

Comments
 (0)