Skip to content

Introduce dashboard_exporter

This program is an alternative to grafana-dashboard-builder, it allows you to update or create dashboards in Grafana using a JSON model and a configuration file.

The main reason for developing this script is: grafana-dashboard-builder lacks resources that are needed to map JSON to YAML introduced by Grafana 9.

Moreover, this script supports features already used in some experimental dashboards for Mesa.

It makes use of the Grafana API client library to communicate with the Grafana HTTP API and update the dashboards.

Merge request reports