From f72e7c6f82871bdbbab2619b6973a26067b1a35d Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Thu, 15 May 2025 11:03:10 +0530 Subject: [PATCH] doc: address review comments Signed-off-by: Shraddha Agrawal (cherry picked from commit cae4231cb5395e43802058d3c0ea764ab9469bb0) --- doc/rados/operations/monitoring.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 176661d8bc9..47251327b24 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -768,5 +768,7 @@ Otherwise the pool is considered ``available``. We first calculate the Mean Time Between Failures (MTBF) and Mean Time To Recover (MTTR) from the uptime and downtime recorded for each pool and arrive at the availability score -by finding ratio of MTBF to total time (ie MTTR + MTBF). The score -is updated every 5 seconds. \ No newline at end of file +by finding ratio of MTBF to total time (ie MTTR + MTBF). + +The score is updated every 5 seconds. This interval is currently +not configurable. \ No newline at end of file -- 2.39.5