]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/ceph-mixin: OSD overview typo fix 47334/head
authorTatjana Dehler <tdehler@suse.com>
Thu, 28 Jul 2022 13:15:32 +0000 (15:15 +0200)
committerTatjana Dehler <tdehler@suse.com>
Thu, 28 Jul 2022 13:15:32 +0000 (15:15 +0200)
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>
monitoring/ceph-mixin/dashboards/osd.libsonnet
monitoring/ceph-mixin/dashboards_out/osds-overview.json

index 5b2920c2d71da1d79cf0fe6271d529f30a9172ca..129b74ba6669112df29001a6f63345c860678afe 100644 (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(
index 18f0bed45ff55e4597abbb378dc008af3e9e3447..5ea8955b29740c028a2edf3cea311b287f42e666 100644 (file)
                "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",