Grafana Configuration - sitMCella/toggl-trello-kpi GitHub Wiki

The application makes use of a Grafana dashboard for visualizing the Key Perfomance Indicators (KPIs).

Grafana Dashboard Configuration

The application requires you to configure the year, the start month, and end month for the time data to visualize in the Grafana Dashboard charts, for example:

GRAFANA_YEAR: "2021"
GRAFANA_START_MONTH: "02"
GRAFANA_END_MONTH: "08"

Configure the Grafana plugins

This project makes use of the Grafana plugin: https://github.com/grafana/piechart-panel.git.

Run the following commands to install the plugin:

cd ./grafana/plugins
git clone https://github.com/grafana/piechart-panel.git --branch release-1.3.8