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

Add NDM support #53

Closed Ab-hishek closed 2 years ago

Ab-hishek commented 2 years ago

What this PR does?

This PR adds support for node-disk-manager(NDM) component of OpenEBS. For supporting monitoring of NDM, this PR adds:

  1. Relevant servicemonitors required for scraping metrics from the potential ndm exporter targets
  2. Dashboards for monitoring NDM metrics

Screenshots of the dashboard:

Screenshot from 2021-08-04 10-13-33

Screenshot from 2021-08-04 10-13-48

Screenshot from 2021-08-04 10-14-00

Screenshot from 2021-08-04 10-14-09

Dependency on other PRs?

This PR is dependent on adding NDM exporters intsallation support through helm charts and operators: https://github.com/openebs/node-disk-manager/pull/612