openebs / monitoring

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

Add LVM pool dashbaord #35

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR adds LVM pool dashboard

Screenshots fo the dashboard:

Screenshot from 2021-06-30 10-34-31

Screenshot from 2021-06-30 10-34-47

Screenshot from 2021-06-30 10-35-01

Screenshot from 2021-06-30 10-35-13

Screenshot from 2021-06-30 10-35-31

Screenshot from 2021-06-30 10-35-45

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

avishnu commented 3 years ago

In the thin-pool stats dashboard, can the health status have a non-empty value when its healthy?

Ab-hishek commented 3 years ago

In the thin-pool stats dashboard, can the health status have a non-empty value when its healthy?

I think yes. Because currently the pool in my cluster is healthy and the value is "". So, I have mapped this empty string value to healthy string.

avishnu commented 3 years ago

Feel there are inconsistencies, can be either fixed in this PR or taken up in a separate PR as well.

Ab-hishek commented 3 years ago

We can take these configuration changes in the next PR.