Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. To get the IP address of grafana run the below command

 

 

  Ask ranjit

 

  1. Enter url  of the grafana in browser
  2. Select the dashboard to view resource.
  3. You can also import customized dashboard to monitor Adpetia application matrices.
  4. Steps (Ranjit)

 


----------------------------------------------------------------------------------

Prerequisites

  • Kubernetes 1.16+
  • Helm 3+

Deploying Grafana

  1. Get Repo Info

helm repo add grafana https://grafana.github.io/helm-charts
helm repo update

2. Installing the Chart

To install the chart with the release name 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)

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)

  • No labels