openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
26 stars 20 forks source link

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

Closed kmova closed 2 years ago

kmova commented 2 years ago

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.

rweilg commented 2 years ago

Hello, can I take care of this?

kmova commented 2 years ago

Thank @rweilg for fixing this!!