You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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
71
72
*[BUGFIX] Alertmanager: fixed `--alertmanager.cluster.peers` CLI flag passed to alertmanager when HA is enabled. #329
Copy file name to clipboardExpand all lines: cortex-mixin/docs/playbooks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ This alert fires when the `cortex_distributor_inflight_push_requests` per distri
114
114
115
115
In case of **emergency**:
116
116
- 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
118
118
119
119
How the limit is **configured**:
120
120
- 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**:
123
123
instance_limits:
124
124
max_inflight_push_requests: <int>
125
125
```
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.
127
127
- The configured limit can be queried via `cortex_distributor_instance_limits{limit="max_inflight_push_requests"})`
0 commit comments