monitoring/ceph-mixin: OSD overview typo fix

Correct a wrongly set bracket on ceph-dashboard -> OSD Overview ->
OSD Objectstore Types resulting in a parser error.

Fixes: https://tracker.ceph.com/issues/56948
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
This commit is contained in:
Tatjana Dehler 2022-07-28 15:15:32 +02:00
parent 279d37e640
commit 8faaca2082
No known key found for this signature in database
GPG Key ID: EDC57C4C3C77CE61
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,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 } },
$.simplePieChart(

View File

@ -483,7 +483,7 @@
"refId": "A"
},
{
"expr": "absent(ceph_bluefs_wal_total_bytes{job=~\"$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",