From 8bc87d87578fbb7c4e1af7dd564072a153f97289 Mon Sep 17 00:00:00 2001 From: Kevin Baichoo Date: Wed, 21 Jun 2023 16:51:06 -0400 Subject: [PATCH] Docs: Add stats doc for load shed points. (#28078) Signed-off-by: Kevin Baichoo --- .../operations/overload_manager/overload_manager.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/root/configuration/operations/overload_manager/overload_manager.rst b/docs/root/configuration/operations/overload_manager/overload_manager.rst index ac66e556514f..e9ce33d4788e 100644 --- a/docs/root/configuration/operations/overload_manager/overload_manager.rst +++ b/docs/root/configuration/operations/overload_manager/overload_manager.rst @@ -353,3 +353,13 @@ with the following statistics: active, Gauge, "Active state of the action (0=scaling, 1=saturated)" scale_percent, Gauge, "Scaled value of the action as a percent (0-99=scaling, 100=saturated)" + +Each configured Load Shed Point has a statistics tree rooted at *overload..* +with the following statistics: + +.. csv-table:: + :header: Name, Type, Description + :widths: 1, 1, 2 + + scale_percent, Gauge, "Scaled value of the action as a percent (0-99=scaling, 100=saturated)" +