Skip to content

Commit a091553

Browse files
author
Tyler Reid
committed
remove group for single alert, update runbook, add changelog entry
1 parent 6448f4a commit a091553

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
* [ENHANCEMENT] Add recording rules to improve responsiveness of Alertmanager dashboard. #387
6868
* [ENHANCEMENT] Add `CortexRolloutStuck` alert. #405
6969
* [ENHANCEMENT] Added `CortexKVStoreFailure` alert. #406
70+
* [ENHANCEMENT] Added `CortexDistributorReachingInflightPushRequestLimit` alert. #408
7071
* [BUGFIX] Fixed `CortexIngesterHasNotShippedBlocks` alert false positive in case an ingester instance had ingested samples in the past, then no traffic was received for a long period and then it started receiving samples again. #308
7172
* [BUGFIX] Alertmanager: fixed `--alertmanager.cluster.peers` CLI flag passed to alertmanager when HA is enabled. #329
7273
* [BUGFIX] Fixed `CortexInconsistentRuntimeConfig` metric. #335

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,6 @@
350350
|||,
351351
},
352352
},
353-
],
354-
},
355-
{
356-
name: 'cortex_distributor_inflight_push_request_alert',
357-
rules: [
358353
{
359354
alert: 'CortexDistributorReachingInflightPushRequestLimit',
360355
expr: |||

cortex-mixin/docs/playbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This alert fires when the `cortex_distributor_inflight_push_requests` per distri
114114
115115
In case of **emergency**:
116116
- If the actual number of inflight push requests is very close to or already at the set limit, then you can increase the limit via CLI flag or config to gain some time
117-
- Increasing the limit will increase the the number of inflight push requests which will increase distributors' memory utilization. Please monitor the distributors' memory utilization via the `Cortex / Writes Resources` dashboard
117+
- Increasing the limit will increase the number of inflight push requests which will increase distributors' memory utilization. Please monitor the distributors' memory utilization via the `Cortex / Writes Resources` dashboard
118118
119119
How the limit is **configured**:
120120
- The limit can be configured either by the CLI flag (`-distributor.instance-limits.max-inflight-push-requests`) or in the config:
@@ -123,7 +123,7 @@ How the limit is **configured**:
123123
instance_limits:
124124
max_inflight_push_requests: <int>
125125
```
126-
- When configured the via the CLI flag or in the config these changes are applied with a distributor restart.
126+
- These changes are applied with a distributor restart.
127127
- The configured limit can be queried via `cortex_distributor_instance_limits{limit="max_inflight_push_requests"})`
128128
129129
How to **fix**:

0 commit comments

Comments
 (0)