Skip to content

Commit 2c2f1f8

Browse files
committed
mgr/dashboard: fix RGW Bucket Notification Dashboard units
Fixes: https://tracker.ceph.com/issues/72868 Signed-off-by: Aashish Sharma <[email protected]>
1 parent 0e5e1aa commit 2c2f1f8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

monitoring/ceph-mixin/dashboards/rgw.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,11 @@ local g = import 'grafonnet/grafana.libsonnet';
723723
12,
724724
8
725725
)
726-
+ { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortBy: 'Last *', sortDesc: true } } },
726+
+ { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortDesc: true } } },
727727
RgwOverviewPanel(
728728
'Pending Notifications Size by Topic',
729729
'Shows the total size of pending notifications stored per Object topic, reflecting how much data is waiting to be delivered.',
730-
'deckbytes',
730+
'bytes',
731731
'short',
732732
|||
733733
(
@@ -740,7 +740,7 @@ local g = import 'grafonnet/grafana.libsonnet';
740740
12,
741741
8
742742
)
743-
+ { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortBy: 'Last *', sortDesc: true } } },
743+
+ { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortDesc: true } } },
744744
]),
745745
'radosgw-detail.json':
746746
local RgwDetailsPanel(aliasColors,

monitoring/ceph-mixin/dashboards_out/radosgw-overview.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,6 @@
12541254
"displayMode": "list",
12551255
"placement": "right",
12561256
"showLegend": true,
1257-
"sortBy": "Last *",
12581257
"sortDesc": true
12591258
}
12601259
},
@@ -1325,7 +1324,7 @@
13251324
"fillOpacity": 8,
13261325
"showPoints": "never"
13271326
},
1328-
"unit": "deckbytes"
1327+
"unit": "bytes"
13291328
}
13301329
},
13311330
"fill": 1,
@@ -1361,7 +1360,6 @@
13611360
"displayMode": "list",
13621361
"placement": "right",
13631362
"showLegend": true,
1364-
"sortBy": "Last *",
13651363
"sortDesc": true
13661364
}
13671365
},
@@ -1402,7 +1400,7 @@
14021400
},
14031401
"yaxes": [
14041402
{
1405-
"format": "deckbytes",
1403+
"format": "bytes",
14061404
"label": null,
14071405
"logBase": 1,
14081406
"max": null,

0 commit comments

Comments
 (0)