]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-mixin: fix typos
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Wed, 18 May 2022 08:02:54 +0000 (10:02 +0200)
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Wed, 18 May 2022 08:02:54 +0000 (10:02 +0200)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
monitoring/ceph-mixin/dashboards/osd.libsonnet
monitoring/ceph-mixin/dashboards/pool.libsonnet
monitoring/ceph-mixin/dashboards_out/osds-overview.json
monitoring/ceph-mixin/dashboards_out/pool-detail.json

index 959cc51e45c58cf9cad0c129b28d9396d833697a..6089010817451f3d491f0d77e2f6811d0987460a 100644 (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(
index b87588250412e3906c34e191908ad193779c43da..8c6d426a29956138cd3be823552b72f483a81dc5 100644 (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,
index 0c5f968a950df1c0d6837645c3d19aebd7b49593..80d955de9984cccb624c09a5d62c196f67c10c69 100644 (file)
                "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",
index 3af2ce50ea92ef2265721b619e677ed7cf37e3c2..131604ec867be6554be4fc1a70fc022e268a4868 100644 (file)
             "#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,