Description
Configure grafana dashboards from Dhall expression.
Description
grafdhall takes Grafana dashboards in Dhall format, and submits them to a grafana service.
README.md
grafdhall
grafdhall
takes Grafana dashboards in Dhall format, and submits them to a grafana service.
The CLI expects the following environment variables:
GRAFANA_URL
: the url of the service.GRAFANA_PASS
: the password of the user.GRAFANA_USER
: the name of the user, defaults toadmin
.
Uses the dhall-grafana bindings to write the dashboards, checkout the examples.
Contribute
Build the project:
$ cabal build
Run the cli:
$ cabal run grafdhall -- --help