openebs / monitoring

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

Added alert rules for persistent volume claims #30

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR adds alerts rules for pvc's. Three different types of alerts are added for pvc:

  1. Stale/dangling pvc(which are not consumed by any pod)
  2. pvc that are in pending state
  3. pvc that have lost their corresponding volumes

Signed-off-by: Abhishek Agarwal abhishek.agarwal@mayadata.io