grafdhall: Configure grafana dashboards from Dhall expression

[ apache, program, system ] [ Propose Tags ]

grafdhall takes Grafana dashboards in Dhall format, and submits them to a grafana service.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson, base (<5), bytestring, dhall, dhall-json, http-client, http-client-tls, http-types, text, unordered-containers [details]
License Apache-2.0
Copyright 2021 Red Hat
Author Tristan de Cacqueray
Maintainer Tristan de Cacqueray <tdecacqu@redhat.com>
Category System
Home page https://github.com/softwarefactory-project/grafdhall#readme
Bug tracker https://github.com/softwarefactory-project/grafdhall/issues
Source repo head: git clone https://github.com/softwarefactory-project/grafdhall.git
Uploaded by TristanCacqueray at 2022-05-19T15:11:49Z
Distributions NixOS:0.1.0.0
Executables grafdhall
Downloads 81 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2022-05-19 [all 1 reports]

Readme for grafdhall-0.1.0.0

[back to package description]

grafdhall

Hackage Apache-2.0 license

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 to admin.

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