Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
To
get the IP address of grafana run the below command
Ask ranjit
- Enter url of the grafana in browser
- Select the dashboard to view resource.
- You can also import customized dashboard to monitor Adpetia application matrices.
- Steps (Ranjit)
----------------------------------------------------------------------------------
Prerequisites
- Kubernetes 1.16+
- Helm 3+
Deploying Grafana
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 onview the application metrices dashboard, you need to configure the data source in Grafana. Inthis case, Prometheus is the data source.
Configuring the data source in Grafana
Follow the instructions given below to configure the data source.
Log in to Grafana and configure the data source.
Info What would be the Grafana URL depends upon how you have exposed Grafana. - Click the "cogwheel" in the sidebar to open the Configuration menu.
- Click on "Data Sources".
- Click on "Add data source".
- Select "Prometheus" as the type.
- Set the appropriate Prometheus server URL (for example,
http://localhost:9090/
)(URL depends upon how Prometheus has been exposed)
- Adjust other data source settings as desired (for example, choosing the right Access method).
- Click "Save & Test" to save the new data source.
Importing the Grafana dashboard.
(Adeptia provides
thea few dashboards in JSON format
)that you can import to view the application metrices. You can also customize these JSON files based on your requirement. Follow the steps given below to import the dashboard.
- Log in to Grafana.
- Go to Dashboards >> Browse.
Image Added - Click Import.
- On the Import page, click Upload JSON file to browse and select the dashboard provided by Adeptia.
Panel | ||||
---|---|---|---|---|
| ||||
What is new |