Skip to content

Ruler Notifier and Alertmanager use different API versions #1604

Closed
@jtlisi

Description

@jtlisi

The alertmanager and ruler notifiers are currently using two separate API versions.

Between

am.api.Register(am.router.WithPrefix(path.Join(am.cfg.ExternalURL.Path, "/api/v1")))

and
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions