Skip to content

Remove blackhole route from alert inhibitions config#174

Merged
scotwells merged 2 commits intomainfrom
fix/remove-blackhole-alertmanager-route
Mar 30, 2026
Merged

Remove blackhole route from alert inhibitions config#174
scotwells merged 2 commits intomainfrom
fix/remove-blackhole-alertmanager-route

Conversation

@scotwells
Copy link
Copy Markdown
Contributor

@scotwells scotwells commented Mar 30, 2026

Summary

Remove the unnecessary route and receivers fields from the AlertmanagerConfig. These fields are not required by the CRD, and the dummy default receiver was contributing a blackhole-style route to the merged alertmanager config, which interfered with alert delivery.

All inhibit rules are unchanged.

Test plan

  • Verify the AlertmanagerConfig passes CRD validation without route/receivers
  • Confirm inhibit rules still appear in the merged alertmanager config
  • Confirm the merged config no longer has an activity-system-activity-alert-inhibitions-default receiver

Relates to datum-cloud/infra#277

Convert AlertmanagerConfig to VMAlertmanagerConfig and remove the
unnecessary route and receivers fields. The VM operator (v0.68.3)
now supports inhibit-only configs, so the dummy route/receiver
that was required for CRD validation is no longer needed.

The previous default receiver was contributing a blackhole-style
route to the merged alertmanager config, which could interfere
with alert delivery.
The route and receivers fields are not required by the AlertmanagerConfig
CRD. The dummy default receiver was contributing a blackhole-style route
to the merged alertmanager config, interfering with alert delivery.
@scotwells scotwells merged commit 7eea102 into main Mar 30, 2026
6 checks passed
@scotwells scotwells deleted the fix/remove-blackhole-alertmanager-route branch March 30, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants