Alerting: Update Alertmanager to e82436c (#82145)

This commit updates Alertmanager to commit e82436c, which is based
on commit f69a508 from Prometheus Alertmanager.
This commit is contained in:
George Robinson
2024-02-08 11:25:27 +00:00
committed by GitHub
parent 99feb928cf
commit 90a26e18db
3 changed files with 58 additions and 49 deletions

View File

@@ -174,7 +174,7 @@ func (ng *AlertNG) init() error {
// using the UTF-8 parser and then fallsback to the classic parser on error.
// UTF-8 is permitted in label names. This should be removed when the compat package
// is removed from Alertmanager.
compat.InitFromFlags(ng.Log, compat.RegisteredMetrics, featurecontrol.NoopFlags{})
compat.InitFromFlags(ng.Log, featurecontrol.NoopFlags{})
// If enabled, configure the remote Alertmanager.
// - If several toggles are enabled, the order of precedence is RemoteOnly, RemotePrimary, RemoteSecondary