From d1de3a754d6780615c63f590e7242564aa472667 Mon Sep 17 00:00:00 2001 From: Anushruti Sharma Date: Tue, 26 Aug 2025 13:04:28 +0530 Subject: [PATCH] fixing review comment Signed-off-by: Anushruti Sharma (cherry picked from commit ac296ce3577c626a7fff3595745bc32be42f44c7) --- monitoring/ceph-mixin/dashboards/rgw.libsonnet | 2 +- monitoring/ceph-mixin/dashboards_out/radosgw-overview.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/ceph-mixin/dashboards/rgw.libsonnet b/monitoring/ceph-mixin/dashboards/rgw.libsonnet index 6e47a615e67..a4e7ff206b6 100644 --- a/monitoring/ceph-mixin/dashboards/rgw.libsonnet +++ b/monitoring/ceph-mixin/dashboards/rgw.libsonnet @@ -725,7 +725,7 @@ local g = import 'grafonnet/grafana.libsonnet'; ) + { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortBy: 'Last *', sortDesc: true } } }, RgwOverviewPanel( - 'Pending Notifications size by Topic', + 'Pending Notifications Size by Topic', 'Shows the total size of pending notifications stored per Object topic, reflecting how much data is waiting to be delivered.', 'deckbytes', 'short', diff --git a/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json b/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json index bb9ea3d1b70..a5f27d17aba 100644 --- a/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json +++ b/monitoring/ceph-mixin/dashboards_out/radosgw-overview.json @@ -1386,7 +1386,7 @@ "thresholds": [ ], "timeFrom": null, "timeShift": null, - "title": "Pending Notifications size by Topic", + "title": "Pending Notifications Size by Topic", "tooltip": { "shared": true, "sort": 0, -- 2.39.5