fix(alertmanager): fix legacy alertmanager injection (#8151)

This commit is contained in:
Vibhu Pandey 2025-06-04 12:59:40 +05:30 committed by GitHub
parent 037eea5262
commit 92f8e4d5b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ func New(ctx context.Context, providerSettings factory.ProviderSettings, config
configStore: configStore,
batcher: alertmanagerbatcher.New(settings.Logger(), alertmanagerbatcher.NewConfig()),
url: config.Legacy.ApiURL,
orgGetter: orgGetter,
}, nil
}