@@ -26,7 +26,7 @@ local g = import 'grafonnet/grafana.libsonnet';
2626 ) + { type: 'timeseries' } + { fieldConfig: { defaults: { unit: formatY1, custom: { fillOpacity: 8 , showPoints: 'never' } } } } + { gridPos: { x: x, y: y, w: w, h: h } };
2727
2828 $.dashboardSchema(
29- 'RGW Sync Overview' ,
29+ 'Ceph Object - Sync Overview' ,
3030 '' ,
3131 'rgw-sync-overview' ,
3232 'now-1h' ,
@@ -211,7 +211,7 @@ local g = import 'grafonnet/grafana.libsonnet';
211211 ) + { type: 'timeseries' } + { fieldConfig: { defaults: { unit: formatY1, custom: { fillOpacity: 8 , showPoints: 'never' } } } } + { gridPos: { x: x, y: y, w: w, h: h } };
212212
213213 $.dashboardSchema(
214- 'RGW Overview' ,
214+ 'Ceph Object - Overview' ,
215215 '' ,
216216 'WAkugZpiz' ,
217217 'now-1h' ,
@@ -313,7 +313,7 @@ local g = import 'grafonnet/grafana.libsonnet';
313313 .addPanels([
314314 $.addRowSchema(false ,
315315 true ,
316- 'RGW Overview - All Gateways' ) +
316+ 'Object Overview - All Gateways' ) +
317317 {
318318 gridPos: { x: 0 , y: 0 , w: 24 , h: 1 },
319319 },
@@ -443,7 +443,7 @@ local g = import 'grafonnet/grafana.libsonnet';
443443 6
444444 ),
445445 $.addRowSchema(
446- false , true , 'RGW Overview - HAProxy Metrics'
446+ false , true , 'Object Overview - HAProxy Metrics'
447447 ) + { gridPos: { x: 0 , y: 12 , w: 9 , h: 12 } },
448448 RgwOverviewPanel(
449449 'Total responses by HTTP code' ,
@@ -703,7 +703,7 @@ local g = import 'grafonnet/grafana.libsonnet';
703703 ]),
704704 $.addRowSchema(false ,
705705 true ,
706- 'RGW Overview - Bucket Notification' ) +
706+ 'Object Overview - Bucket Notification' ) +
707707 {
708708 gridPos: { x: 0 , y: 27 , w: 24 , h: 1 },
709709 },
@@ -773,7 +773,7 @@ local g = import 'grafonnet/grafana.libsonnet';
773773 ) + { type: 'timeseries' } + { fieldConfig: { defaults: { unit: formatY1, custom: { fillOpacity: 8 , showPoints: 'never' } } } } + { gridPos: { x: x, y: y, w: w, h: h } };
774774
775775 $.dashboardSchema(
776- 'RGW Instance Detail ' ,
776+ 'Ceph Object - Instance Details ' ,
777777 '' ,
778778 'x5ARzZtmk' ,
779779 'now-1h' ,
0 commit comments