Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.19 KB

grafana.md

File metadata and controls

14 lines (13 loc) · 1.19 KB

Grafana integration

This project contains a grafana dashboard to allow visualizing the prometheus metrics in grafana.
The dashboard visualizes both the measurements and the web interface usage statistics.
This is what the dashboard looks like:
Grafana Dashboard

Setup

This setup requires an already running grafana instance, as well as already set up prometheus integration, kube-prometheus integration, or prometheus pushgateway integration.

  1. Open your grafana instance and log in as a user with permissions to create new dashboards.
  2. Hover over the "+" on the left side of the page.
  3. Click "Import" in the dropdown that appears.
  4. Either click on "Upload JSON file" and select the grafana-dashboard.json file in this project.
    Or copy the contents of grafana-dashboard.json, paste them into the text field under "Import via panel json", and click "Load".
  5. Click "Import" on the bottom of the page.