Feat: kupo dolos checkpoint stale alert - #65
Merged
Conversation
…panel Mirrors the Kupo checkpoint-stale work for the Dolos-backed Kupo deployment. Adds a 'Kupo (Dolos) checkpoint is stale' alert that fires when a connected Dolos-backed Kupo instance's most recent checkpoint (kupo_most_recent_checkpoint) stops advancing for 15m, catching wedged Kupo<->Dolos chain-sync sessions that report connection_status=connected but serve a stale index. Notifies #infra-alerts. Adds a matching 'Checkpoint Advancement (changes / 15m)' timeseries panel under a new 'Checkpoint Health' row on the Cardano Kupo (Dolos) dashboard. Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
The grafana_alerts module existed but was never instantiated, so the alert JSON files under grafana/alerts/ (including the Kupo and Kupo-Dolos checkpoint-stale rules) were never deployed by terraform apply. Adds grafana-alerts.tf to instantiate the module for each grafana.alerts entry in config.yaml, using the existing folder UIDs and the shared data source UID map.
Also fixes the module's fileset/templatefile path from ${path.root}/../${var.local_directory} to ${path.root}/${var.local_directory}, matching the working grafana_dashboard module (path.root is the repo root, so the ../ pointed outside the repo and matched zero files).
Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
wolf31o2
approved these changes
Aug 24, 2026
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.
Closes: #66