From c33b5423deda67f1624a7a6c147ba18d604385e2 Mon Sep 17 00:00:00 2001 From: Steve Simpson Date: Tue, 7 Sep 2021 16:07:27 +0200 Subject: [PATCH] Changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f9f46..7a79a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ * `CortexAlertmanagerPersistStateFailing` * `CortexAlertmanagerInitialSyncFailed` * [ENHANCEMENT] Add support for Azure storage in Alertmanager configuration. #381 +* [ENHANCEMENT] Add recording rules to improve responsiveness of Alertmanager dashboard. #387 * [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 * [BUGFIX] Alertmanager: fixed `--alertmanager.cluster.peers` CLI flag passed to alertmanager when HA is enabled. #329 * [BUGFIX] Fixed `CortexInconsistentRuntimeConfig` metric. #335