From 74a490c1a9c6940c1378614694ce61c484faa56e Mon Sep 17 00:00:00 2001 From: Anushruti Sharma Date: Tue, 26 Aug 2025 12:56:17 +0530 Subject: [PATCH] fixing review comment Signed-off-by: Anushruti Sharma (cherry picked from commit ccd241da04cb02153c0439581c63d6a9d275765d) --- 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 09d66f8b80a..6e47a615e67 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', + '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 babfab80261..bb9ea3d1b70 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", + "title": "Pending Notifications size by Topic", "tooltip": { "shared": true, "sort": 0, -- 2.39.5