mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
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:
parent
279d37e640
commit
8faaca2082
@ -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(
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user