HOMELAB-464: remove Mimir — stop Prometheus remote_write spam #88

Merged
aaron merged 1 commit from plane/HOMELAB-464-remove-mimir into live 2026-03-27 06:33:14 +00:00
Owner

Summary

  • Remove remoteWrite from Prometheus config (was failing DNS every 60s for 14 days)
  • Remove Mimir Grafana datasource (pointing to non-existent endpoint)
  • Mimir monolithic StatefulSet was never rendered — chart misconfiguration from initial deploy

Why remove instead of fix

  • Zero historical data stored (nothing to lose)
  • Resources constrained: 2Gi RAM + 50Gi storage for a component nobody was using
  • 15d Prometheus retention sufficient for this homelab

🤖 Generated with Claude Code

## Summary - Remove `remoteWrite` from Prometheus config (was failing DNS every 60s for 14 days) - Remove `Mimir` Grafana datasource (pointing to non-existent endpoint) - Mimir monolithic StatefulSet was never rendered — chart misconfiguration from initial deploy ## Why remove instead of fix - Zero historical data stored (nothing to lose) - Resources constrained: 2Gi RAM + 50Gi storage for a component nobody was using - 15d Prometheus retention sufficient for this homelab 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HOMELAB-464: remove Mimir — never deployed, stop remote_write spam
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
79dfe6818c
Mimir's monolithic StatefulSet was never rendered by the mimir-distributed
chart (deploymentMode: monolithic misconfiguration). Prometheus has been
logging DNS lookup errors every 60s for 14 days with no data stored.

Remove:
- Prometheus remoteWrite to mimir.monitoring.svc.cluster.local:9009
- Grafana Mimir datasource (pointing to same broken endpoint)

Prometheus 15d retention is sufficient for this homelab. Mimir can be
re-added when long-term retention becomes a requirement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aaron merged commit ce94738454 into live 2026-03-27 06:33:14 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!88
No description provided.