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

Update README and NOTES.txt #23

Closed Ab-hishek closed 3 years ago

Ab-hishek commented 3 years ago

This PR makes minor updates in README and NOTES.txt.

In README- changed the instruction for accessing Grafana since we are using NodePort service for grafana hence it is exposed to each and every node in the cluster. Hence changed to instruction requesting to only look for nodes where grafana pod is running.

In NOTES.txt- Changed the hard-coded label for finding Grafana pods installed in the cluster to dynamically finding it's configuration since the label value will change according to the chart name of Grafana.

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