openebs/monitoring

Stateful Workload Dashboard: include `zfs` to the regular expression

kmova opened this issue · 2 comments

kmova commented

The Stateful workload dashboard capture the filesystem statistics for only ext4 or xfs. This is done via a regular expression like ext4|xfs.

Example: https://github.com/openebs/monitoring/blob/develop/jsonnet/openebs-mixin/dashboards/openebs/localpv-workload.json#L1929

In all of the above occurrences, include zfs as a filesystem option. The valid expression should be ext4|xfs|zfs.

Hello, can I take care of this?

kmova commented

Thank @rweilg for fixing this!!