openebs / monitoring

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

Initial helm setup #3

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR adds the basic structure required for the monitoring helm chart with one service monitor template for cStor volume & one pod monitor for cStor pool. It also consists of the one grafana cStor pool dashboard.

The only service monitor and pod monitor added will be sufficient to monitor all the cStor Volumes & cStor pools created.

Note: The sub-chart dependency is ignored in this PR as the chart dependency is expected to be handled by CI/CD pipeline.

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

Ab-hishek commented 3 years ago

Will raise a new PR.