Using Grafana you are able to view the metrics and log events generated within your cluster. At this time, we do not automatically configure your Grafana instance to work with newly created clusters (this is on our roadmap).
By creating access tokens for your Observability data, you are able to configure Grafana with a new datasource to gain insight into your cluster.
- Find Observability configuration for your cluster
- Create access Token for Grafana Datasource
- Add Grafana Datasource
- View Dashboards in Grafana
- Select create new access token
- Fill out the following details:
- Name: grafana
- IP Whitelisting: 0.0.0.0/0 (default)
- Allowed Scopes: Configure the scope that this token has access to.
- Select create token
Pay attention: Make sure you copy this token to your clipboard, because you'll need it in a few steps.
- Click continue
- Go to Grafana
- Click the
Add data source
button - Select Prometheus
- Fill out the following details:
- Name:
- URL: https://prometheus-eu-west-1.avisi.cloud/api/prom
- Enable Basic auth
- User: grafana
- Password: <Your access token>
- Click
Save & test