Conversation
…/metrics Block-dispatcher pod exposes /metrics on :3000 since KEEP-557 (PR #1256) but prod Grafana panels stayed empty. Alloy in the prod and staging clusters discovers scrape targets via ServiceMonitor CRDs, not prometheus.io/* pod annotations, so the annotations on the pod were dead weight. Without a ServiceMonitor resource Alloy never reaches /metrics and nothing lands in Grafana Cloud Prometheus. Mirrors the executor pattern at deploy/executor/{prod,staging}/values.yaml: the common Helm chart turns the serviceMonitors block into a ServiceMonitor that Alloy picks up automatically. Annotations dropped at the same time to avoid drift between "what is documented" and "what is wired". Confirmed prod symptom: up{namespace="keeperhub"} returned only keeperhub-common and keeperhub-executor-common before this change, no series for the block pod despite the /metrics endpoint serving real data when curled directly.
…onitor-scrape fix(deploy): add ServiceMonitor to block-dispatcher so Alloy scrapes /metrics
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.
No description provided.