Replace status apps with Prometheus monitoring#266
Merged
Conversation
Use kube-prometheus-stack, Grafana, Alertmanager, and blackbox exporter probes as the compact monitoring surface for the homelab. This removes Gatus/Homepage-specific route metadata and policy requirements while keeping actionable Telegram alerting and routed-service checks in GitOps.
Keep the monitoring replacement diff focused by restoring the existing blank-line grouping in app values files after removing the Gatus and Homepage annotations.
d2346cf to
3c22d10
Compare
Let cert-manager and Argo CD own their native metrics ServiceMonitor resources instead of defining those scrapes from kube-prometheus-stack. This keeps kube-prometheus-stack focused on selecting monitoring CRs while app charts expose their own metrics integration.
Add a Grafana sidecar dashboard for blackbox probe health, failures, latency, and HTTP status codes so the new routed, DNS, and connectivity checks have a first-class visual surface.
Use a boolean comparison for the failing probe stat so failed probes count as one instead of summing zero-valued series. Also remove a table column for a probe label that is not reliably produced by Prometheus Operator Probe targets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan
Manual Verification After Merge