Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article, we assume that you already have a Grafana Cloud account. Eyer store all the visualisation data in a centralized InfluxDB, so to access your metrics you need to request an access token. This can be done on our Discord server if you have not received this already.

...

use your InfluxDB token you have received. If you do not have an Influx token you can request one on our Discord server.

Info

First, to create a Grafana dashboard template for your data, please see Grafana dashboard generation API

  1. Once you have a Grafana dashboard template, open your Grafana instance and navigate to “Connections → Add new connection” and , then select “InfluxDB”.

...

  1. On the InfluxDB page, click “Add new datasource”

...

  1. On the settings page, set the following

    1. “Query language” to “Flux”.

    2. “URL” to the url you received with your InfluxDB details.https://westeurope-1.azure.cloud2.influxdata.com

    3. In “Auth”, turn off basic auth

    4. Under the “InfluxDB Details”, set “Organisation” and “Token” to the values you received with your InfluxDB details.

  2. Hit “Save and test”. If the connection works, proceed to next step. If not, check all your settings again, or contact our support.

  3. In Grafana, select “Dashboards” on the left panel. Click “New” and select “Import”.

...

  1. On the next page, click on “Upload dashboard JSON file”. Select the json dashboard template file you received with your InfluxDB detailscreated in Grafana dashboard generation API .

  2. You should now have a dashboard that contains the core your selected metrics that are monitored by Eyer, including the multiple baselines.

...