-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Description
The alertmanager and ruler notifiers are currently using two separate API versions.
Between
cortex/pkg/alertmanager/alertmanager.go
Line 134 in f69327c
am.api.Register(am.router.WithPrefix(path.Join(am.cfg.ExternalURL.Path, "/api/v1"))) |
and
Line 120 in f69327c
APIVersion: config.AlertmanagerAPIVersionV2, |
We need to align these two configs if the ruler/alertmanager are going to work correctly. I'm not sure if this is related to #1592, the alertmanager will still work with the ruler, if the ruler is running a pre #1510 image.
#1597 Will fix this issue if the change I requested is added.
Metadata
Metadata
Assignees
Labels
No labels