diff --git a/OpenTelemetryPlan/06-implementation-phases.md b/OpenTelemetryPlan/06-implementation-phases.md index 4f380c2f54..08b3b56b7a 100644 --- a/OpenTelemetryPlan/06-implementation-phases.md +++ b/OpenTelemetryPlan/06-implementation-phases.md @@ -1769,7 +1769,7 @@ New Grafana dashboard: `validator-health.json` | State Changes Rate | stat | `rate(xrpld_state_changes_total[1h])` | | Ledgers Closed Rate | stat | `rate(xrpld_ledgers_closed_total[5m]) * 60` | -**Dashboard conventions**: `$node` template variable for `exported_instance` filtering, dark theme, matching existing panel sizes and color schemes. +**Dashboard conventions**: `$node` template variable for `service_instance_id` filtering, dark theme, matching existing panel sizes and color schemes. --- diff --git a/OpenTelemetryPlan/Phase7_taskList.md b/OpenTelemetryPlan/Phase7_taskList.md index c61e1b2d8d..971372fdb0 100644 --- a/OpenTelemetryPlan/Phase7_taskList.md +++ b/OpenTelemetryPlan/Phase7_taskList.md @@ -358,7 +358,7 @@ validatorParticipationGauge_ = meter_->CreateInt64ObservableGauge( - **Label dimensions**: - `validator` — base58-encoded validator master public key - - `exported_instance` — this node's identity (standard) + - `service_instance_id` — this node's identity (standard) - **Emission**: every flag ledger (256 ledgers, ~15 minutes) or on a 10-second async gauge callback with cached results (recompute only