zfs-localpv/deploy/sample
Pawan Prakash Sharma 0b56f0ae53 feat(alert): adding sample prometheus rules for ZFSPV (#32)
Provide sample instructions on setting up prometheus via prometheus-operator and then configuring a sample rule to monitor the volume space utilization, and once available space is less than 10%, it will start firing the alert.

```
 100 * kubelet_volume_stats_available_bytes{job="kubelet"}
          /
        kubelet_volume_stats_capacity_bytes{job="kubelet"}
          < 10
```

Signed-off-by: Pawan <pawan@mayadata.io>
2020-01-09 23:10:13 +05:30
..
alertmanager-service.yaml feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
fio.yaml feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
mongo-statefulset.yaml fix(yaml): fixing mongo yaml 2019-11-25 18:46:02 +05:30
percona.yaml fix(yaml): fixing mongo yaml 2019-11-25 18:46:02 +05:30
prometheus-alert.rules feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
prometheus-service.yaml feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
zfspvcr.yaml fix(yaml): fixing mongo yaml 2019-11-25 18:46:02 +05:30