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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@
4
4
5
5
*[CHANGE] Alertmanager now removes local files after Alertmanager is no longer running for removed or resharded user. #3910
6
6
*[CHANGE] Alertmanager now stores local files in per-tenant folders. Files stored by Alertmanager previously are migrated to new hierarchy. Support for this migration will be removed in Cortex 1.10. #3910
7
+
*[CHANGE] Alertmanager: removed `-cluster.` CLI flags deprecated in Cortex 1.7. The new config options to use are: #3946
8
+
*`-alertmanager.cluster.listen-address` instead of `-cluster.listen-address`
9
+
*`-alertmanager.cluster.advertise-address` instead of `-cluster.advertise-address`
10
+
*`-alertmanager.cluster.peers` instead of `-cluster.peer`
11
+
*`-alertmanager.cluster.peer-timeout` instead of `-cluster.peer-timeout`
7
12
*[FEATURE] Ruler Storage: Added `local` backend support to the ruler storage configuration under the `-ruler-storage.` flag prefix. #3932
8
13
*[ENHANCEMENT] Ruler: optimized `<prefix>/api/v1/rules` and `<prefix>/api/v1/alerts` when ruler sharding is enabled. #3916
9
14
*[ENHANCEMENT] Ruler: added the following metrics when ruler sharding is enabled: #3916
f.DurationVar(&cfg.PushPullInterval, prefix+"push-pull-interval", cluster.DefaultPushPullInterval, "The interval between gossip state syncs. Setting this interval lower (more frequent) will increase convergence speeds across larger clusters at the expense of increased bandwidth usage.")
181
169
}
182
170
183
-
// SupportDeprecatedFlagset ensures we support the previous set of cluster flags that are now deprecated.
0 commit comments