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(
|
||||
$.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 } },
|
||||
OsdOverviewPieChartPanel(
|
||||
|
@ -561,7 +561,7 @@ local g = import 'grafonnet/grafana.libsonnet';
|
||||
PoolDetailSingleStatPanel(
|
||||
's',
|
||||
'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,
|
||||
100,
|
||||
false,
|
||||
|
@ -483,7 +483,7 @@
|
||||
"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",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "filestore",
|
||||
|
@ -134,7 +134,7 @@
|
||||
"#d44a3a"
|
||||
],
|
||||
"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",
|
||||
"gauge": {
|
||||
"maxValue": false,
|
||||
|
Loading…
Reference in New Issue
Block a user