Versions Compared

Key

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

...

  1. Download and install Grafana.
  2. Go to the web interface of Grafana self-diagnostics service: http://localhost:3000.
  3. Add Prometheus as a data source in Grafana:

    1. In Grafana, select the Configuration tab → Data sources and click the Add data source button.

    2. Select Prometheus and click the Select button.

    3. Specify the URL address and Prometheus port.

    4. Click the Save & test button. The default is port 20040.

      When Prometheus is successfully added to Grafana, the following window will be displayed:

  4. Configure the display of dashboards in Grafana.

    Tip

    To get informative charts with the right frequency and with the right time intervals on dashboards, use Querying Prometheus.

    1. In Grafana, select the Create tab → Dashboard and click the button.

    2. Configure the dashboards to display the necessary information (see official documentation).

...