feat: add quersi monitoring - #44
Merged
Merged
Conversation
n13
approved these changes
Aug 4, 2026
n13
left a comment
There was a problem hiding this comment.
Reviewed the full stack: scrape config, dashboard JSON, alert rule, routing, and README. Everything follows the established repo patterns and both YAML files parse cleanly with no duplicate rule UIDs or job names. No blocking issues.
What was checked:
prometheus/prometheus.yml— thequersi-1job is byte-for-byte the same CF-Access-protected scrape pattern as the existing senoti/subsquid jobs (same secrets files, protocols, timeouts). Omitting thechainlabel is correct for a chain-independent service.grafana/provisioning/alerting/rules.yml—quersi_host_downis an exact structural match ofplanck_senoti_host_down(reduce → threshold,noDataState: Alerting,for: 3m). Verified againstpolicies.production.yml: withseverity: criticaland nochainlabel it falls through the chain-scoped routes to the generic "critical → Email" route, so notifications will fire as intended.grafana/dashboards/infrastructure/quersi-host.json— valid JSON, uniqueinfra-quersi-hostUID, unique panel IDs. Queries mirrorsupport-host.json(the single-host template — correctly no job templating, unlike the fleet dashboards), all filtered onjob="quersi-1"matching the new scrape job. The added Host Status stat is a nice touch the support dashboard lacks.- README table entry matches the existing Infrastructure rows.
Minor (non-blocking): the job name quersi-1 sits between the two existing conventions (support-host/telemetry-host for single infra hosts vs planck-*-1 for chain fleets). Fine as is — just noting it since renaming later would break the dashboard and alert selectors.
Verdict: LGTM — approving.
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