You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Ask ranjit
----------------------------------------------------------------------------------
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
To install the chart with the release name my-release:
my-release
helm install my-release grafana/grafana
3. Exposing Grafana (Connecting To Grafana Dashboard)
4. Log in to Grafana (URL depends upon how Grafana has been exposed) and configure the data source. The login name is admin and the password admin.
5. Click on the "cogwheel" in the sidebar to open the Configuration menu.
6. Click on "Data Sources".
7. Click on "Add data source".
8. Select "Prometheus" as the type.
9. Set the appropriate Prometheus server URL (for example, http://localhost:9090/)(URL depends upon how Prometheus has been exposed)
http://localhost:9090/
10. Adjust other data source settings as desired (for example, choosing the right Access method).
11. Click "Save & Test" to save the new data source.
12. Importing the Grafana dashboard. (Adeptia provides the dashboards in JSON format)