Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIP) Use grafana configuration in the Alertmanager #8066

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

santihernandezc
Copy link
Contributor

Description

This PR enables the Alertmanager to use the Grafana configuration, including Grafana receivers.

If the Grafana compatibility option is enabled, Mimir will look for Grafana Alertmanager configuration in object storage.

To be used, the Grafana configuration should be promoted, non-default, and non-empty. Otherwise, it will be ignored and only the Mimir AM configuration will be used.

If the Grafana configuration is promoted, non-default, and non-empty, and the Mimir AM configuration is either default or empty, only the Grafana configuration will be used.

If both configurations are neither default nor empty and the Grafana configuration is promoted, both configurations will be merged and the resulting configuration will be applied to the Alertmanager. This scenario is outside of the scope of this PR.

@santihernandezc santihernandezc force-pushed the santihernandezc/use_grafana_receivers branch from 5d3c136 to 38a3fb3 Compare May 8, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant