Disable default kube-prometheus-stack alerting rules #407
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#407
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Related to
ldraney/landscaping-assistant #95— AlertManager cleanup tracked there, platform work here.Repo
ldraney/pal-e-platformUser Story
As the platform operator
I want to disable the ~95 default kube-prometheus-stack alerting rules
So that AlertManager only fires for actionable custom alerts
Context
Audit on 2026-06-04 found 123 alert rules across 18 groups. ~95 are kube-prometheus-stack defaults designed for multi-team Kubernetes operations (alertmanager internals, kubelet health, 26 node-exporter alerts, 23 Prometheus self-monitoring alerts, API server SLOs). These never fire for real issues and dilute attention from the ~28 custom rules that do.
Recording rules must be preserved — Grafana dashboards depend on them.
File Targets
Files to modify:
terraform/modules/monitoring/main.tf— set all alerting rule groups to false in defaultRules.rules, add Watchdog to custom platform-alertsFiles NOT to touch:
Acceptance Criteria
Test Expectations
terraform planshows rule changes onlykubectl get prometheusrules -n monitoringshows reduced countConstraints
defaultRules.create = trueto preserve recording rulesdefaultRules.rules.*togglesChecklist
Related
ldraney/landscaping-assistant #95— parent tracking issueldraney/landscaping-assistant #17— follow-up: app-specific PrometheusRule alerts