ceph-mixin: fix typos

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
This commit is contained in:
Arthur Outhenin-Chalandre 2022-05-18 10:02:54 +02:00
parent c8f086c182
commit 0b7cc6bc99
No known key found for this signature in database
GPG Key ID: FC01230D349E61DE
4 changed files with 4 additions and 4 deletions

View File

@ -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(

View File

@ -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,

View File

@ -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",

View File

@ -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,