1,
datasource,
legend_alignAsTable,
- legend_avg,
+ legend_avg,
legend_min,
legend_max,
legend_current,
gridPos: { x: 0, y: 27, w: 24, h: 1 },
},
RgwOverviewPanel(
- 'Persistent Topic Length',
- '',
+ 'Pending Notifications by Topic',
+ 'Shows the number of pending notifications in each Object topic queue, indicating how many messages are waiting to be delivered',
'',
'short',
|||
28,
12,
8
- ),
+ )
+ + { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortBy: 'Last *', sortDesc: true } } },
RgwOverviewPanel(
- 'Persistent Topic Size',
- '',
+ 'Pending Notifications size',
+ 'Shows the total size of pending notifications stored per Object topic, reflecting how much data is waiting to be delivered.',
'deckbytes',
'short',
|||
28,
12,
8
- ),
+ )
+ + { options: { legend: { calcs: ['lastNotNull'], displayMode: 'list', placement: 'right', showLegend: true, sortBy: 'Last *', sortDesc: true } } },
]),
'radosgw-detail.json':
local RgwDetailsPanel(aliasColors,
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
- "description": "",
+ "description": "Shows the number of pending notifications in each Object topic queue, indicating how many messages are waiting to be delivered",
"fieldConfig": {
"defaults": {
"custom": {
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
+ "options": {
+ "legend": {
+ "calcs": [
+ "lastNotNull"
+ ],
+ "displayMode": "list",
+ "placement": "right",
+ "showLegend": true,
+ "sortBy": "Last *",
+ "sortDesc": true
+ }
+ },
"percentage": false,
"pointradius": 5,
"points": false,
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
- "title": "Persistent Topic Length",
+ "title": "Pending Notifications by Topic",
"tooltip": {
"shared": true,
"sort": 0,
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
- "description": "",
+ "description": "Shows the total size of pending notifications stored per Object topic, reflecting how much data is waiting to be delivered.",
"fieldConfig": {
"defaults": {
"custom": {
"linewidth": 1,
"links": [ ],
"nullPointMode": "null as zero",
+ "options": {
+ "legend": {
+ "calcs": [
+ "lastNotNull"
+ ],
+ "displayMode": "list",
+ "placement": "right",
+ "showLegend": true,
+ "sortBy": "Last *",
+ "sortDesc": true
+ }
+ },
"percentage": false,
"pointradius": 5,
"points": false,
"thresholds": [ ],
"timeFrom": null,
"timeShift": null,
- "title": "Persistent Topic Size",
+ "title": "Pending Notifications size",
"tooltip": {
"shared": true,
"sort": 0,