grafana: add NixOS operations dashboard #37

Merged
torjus merged 1 commits from grafana-nixos-operations-dashboard into master 2026-02-08 21:04:19 +00:00
Owner

Summary

  • New Loki-based dashboard for monitoring NixOS operations across the fleet
  • Track nixos-upgrade activity with success/failure stats and build logs per host
  • Monitor VM bootstrap progress with stage labels (starting, vault_ok, building, success)
  • ACME certificate renewal activity visualization

Changes

  • services/grafana/dashboards/nixos-operations.json - New dashboard with stats panels, time series charts, and log viewers for upgrades, bootstrap, and ACME activity
## Summary - New Loki-based dashboard for monitoring NixOS operations across the fleet - Track nixos-upgrade activity with success/failure stats and build logs per host - Monitor VM bootstrap progress with stage labels (starting, vault_ok, building, success) - ACME certificate renewal activity visualization ## Changes - `services/grafana/dashboards/nixos-operations.json` - New dashboard with stats panels, time series charts, and log viewers for upgrades, bootstrap, and ACME activity
torjus added 1 commit 2026-02-08 21:04:12 +00:00
grafana: add NixOS operations dashboard
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m24s
Run nix flake check / flake-check (pull_request) Successful in 4m5s
f66dfc753c
Loki-based dashboard for tracking NixOS operations including:
- Upgrade activity and success/failure stats
- Build activity during upgrades
- Bootstrap logs for new VM deployments
- ACME certificate renewal activity

Log panels use LogQL json parsing with | keep host to show
clean messages with host labels.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
torjus merged commit a2d93baba8 into master 2026-02-08 21:04:19 +00:00
torjus deleted branch grafana-nixos-operations-dashboard 2026-02-08 21:04:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: torjus/nixos-servers#37