ceph / cephmetrics

ceph metric collectors with collectd integration
GNU Lesser General Public License v3.0
65 stars 32 forks source link

dashboards: Ignore wal_device label #249

Closed b-ranto closed 4 years ago

b-ranto commented 4 years ago

The wal_device label was added to ceph_disk_occupation. We need to ignore it in these queries to provide proper matching between values. Otherwise, the query won't return any data. This is backwards-compatible, if you ignore a non-existing label, nothing will change.

Signed-off-by: Boris Ranto branto@redhat.com