From 629514dcc35fa6a330faec8a93d929b07f7281d6 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:01:13 +0100 Subject: [PATCH 1/2] docs(telemetry): fix missed system-node-health rename in parity spec Co-Authored-By: Claude Opus 4.8 --- .../2026-03-30-external-dashboard-parity-design.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/superpowers/specs/2026-03-30-external-dashboard-parity-design.md b/docs/superpowers/specs/2026-03-30-external-dashboard-parity-design.md index 1b7eeea724..2c95664829 100644 --- a/docs/superpowers/specs/2026-03-30-external-dashboard-parity-design.md +++ b/docs/superpowers/specs/2026-03-30-external-dashboard-parity-design.md @@ -524,11 +524,11 @@ Add checks to `validate_telemetry.py` for all new span attributes and metrics. **New dashboard load checks (~3)**: -| Dashboard | -| ------------------------------ | -| `validator-health` | -| `peer-quality` | -| `system-node-health` (updated) | +| Dashboard | +| ----------------------- | +| `validator-health` | +| `peer-quality` | +| `node-health` (updated) | **New metric value sanity checks (~4)**: From a6a0de554bc0e59f02f91ce4a2682b1c05a63ab9 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:01:16 +0100 Subject: [PATCH 2/2] docs(telemetry): fix missed system-node-health rename in Phase9 task list Co-Authored-By: Claude Opus 4.8 --- OpenTelemetryPlan/Phase9_taskList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenTelemetryPlan/Phase9_taskList.md b/OpenTelemetryPlan/Phase9_taskList.md index f7b9fca798..febd58d6b8 100644 --- a/OpenTelemetryPlan/Phase9_taskList.md +++ b/OpenTelemetryPlan/Phase9_taskList.md @@ -444,4 +444,4 @@ These metrics serve multiple external consumer categories identified during rese - [ ] Documentation updated with full new metric inventory - [ ] Validator Health dashboard renders all 13 panels - [ ] Peer Quality dashboard renders all 6 panels -- [ ] Ledger Economy panels added to system-node-health dashboard +- [ ] Ledger Economy panels added to node-health dashboard