mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
ceph-mixin: fix typos
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
This commit is contained in:
parent
c8f086c182
commit
0b7cc6bc99
@ -288,7 +288,7 @@ local g = import 'grafonnet/grafana.libsonnet';
|
|||||||
)
|
)
|
||||||
.addTarget(
|
.addTarget(
|
||||||
$.addTargetSchema(
|
$.addTargetSchema(
|
||||||
'absent(ceph_bluefs_wal_total_bytes%(matchers)s) * count(ceph_osd_metadata{%(matchers)s})' % $.matchers(), 'filestore', 'time_series', 2
|
'absent(ceph_bluefs_wal_total_bytes{%(matchers)s)} * count(ceph_osd_metadata{%(matchers)s})' % $.matchers(), 'filestore', 'time_series', 2
|
||||||
)
|
)
|
||||||
) + { gridPos: { x: 4, y: 8, w: 4, h: 8 } },
|
) + { gridPos: { x: 4, y: 8, w: 4, h: 8 } },
|
||||||
OsdOverviewPieChartPanel(
|
OsdOverviewPieChartPanel(
|
||||||
|
@ -561,7 +561,7 @@ local g = import 'grafonnet/grafana.libsonnet';
|
|||||||
PoolDetailSingleStatPanel(
|
PoolDetailSingleStatPanel(
|
||||||
's',
|
's',
|
||||||
'Time till full',
|
'Time till full',
|
||||||
'Time till pool is full assuming the average fill rate of the last 4 hours',
|
'Time till pool is full assuming the average fill rate of the last 6 hours',
|
||||||
false,
|
false,
|
||||||
100,
|
100,
|
||||||
false,
|
false,
|
||||||
|
@ -483,7 +483,7 @@
|
|||||||
"refId": "A"
|
"refId": "A"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"expr": "absent(ceph_bluefs_wal_total_bytesjob=~\"$job\") * count(ceph_osd_metadata{job=~\"$job\"})",
|
"expr": "absent(ceph_bluefs_wal_total_bytes{job=~\"$job\")} * count(ceph_osd_metadata{job=~\"$job\"})",
|
||||||
"format": "time_series",
|
"format": "time_series",
|
||||||
"intervalFactor": 2,
|
"intervalFactor": 2,
|
||||||
"legendFormat": "filestore",
|
"legendFormat": "filestore",
|
||||||
|
@ -134,7 +134,7 @@
|
|||||||
"#d44a3a"
|
"#d44a3a"
|
||||||
],
|
],
|
||||||
"datasource": "$datasource",
|
"datasource": "$datasource",
|
||||||
"description": "Time till pool is full assuming the average fill rate of the last 4 hours",
|
"description": "Time till pool is full assuming the average fill rate of the last 6 hours",
|
||||||
"format": "s",
|
"format": "s",
|
||||||
"gauge": {
|
"gauge": {
|
||||||
"maxValue": false,
|
"maxValue": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user