From 974835589ae22f6b6022d552fe105e24fcefbca8 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:19:49 +0100 Subject: [PATCH] docs(telemetry): drop the plan task reference from a StatsD panel note Two panel descriptions pointed at a rollout phase and task number defined only in a planning folder outside the shipped tree. The note still names the file and the change it is waiting on, which is the part a reader can act on. --- .../telemetry/grafana/dashboards/statsd-rpc-pathfinding.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/statsd-rpc-pathfinding.json b/docker/telemetry/grafana/dashboards/statsd-rpc-pathfinding.json index a30a3aa82b..fb417c40a0 100644 --- a/docker/telemetry/grafana/dashboards/statsd-rpc-pathfinding.json +++ b/docker/telemetry/grafana/dashboards/statsd-rpc-pathfinding.json @@ -287,7 +287,7 @@ }, { "title": "Resource Warnings Rate", - "description": "Rate of resource warning events from the Resource Manager. Sourced from the warn meter (Logic.h) which increments when a consumer (peer or RPC client) exceeds the warning threshold for resource usage. A rising rate indicates aggressive clients that may need throttling. NOTE: This panel will show no data until the |m -> |c fix is applied in StatsDCollector.cpp (Phase 6 Task 6.1).", + "description": "Rate of resource warning events from the Resource Manager. Sourced from the warn meter (Logic.h) which increments when a consumer (peer or RPC client) exceeds the warning threshold for resource usage. A rising rate indicates aggressive clients that may need throttling. NOTE: This panel will show no data until the |m -> |c fix is applied in StatsDCollector.cpp.", "type": "stat", "gridPos": { "h": 8, @@ -335,7 +335,7 @@ }, { "title": "Resource Drops Rate", - "description": "Rate of resource drop events from the Resource Manager. Sourced from the drop meter (Logic.h) which increments when a consumer is disconnected or blocked due to excessive resource usage. Non-zero values mean the node is actively rejecting abusive connections. NOTE: This panel will show no data until the |m -> |c fix is applied in StatsDCollector.cpp (Phase 6 Task 6.1).", + "description": "Rate of resource drop events from the Resource Manager. Sourced from the drop meter (Logic.h) which increments when a consumer is disconnected or blocked due to excessive resource usage. Non-zero values mean the node is actively rejecting abusive connections. NOTE: This panel will show no data until the |m -> |c fix is applied in StatsDCollector.cpp.", "type": "stat", "gridPos": { "h": 8,