@hackage grafana0.2
API for creating grafana dashboards represented as json
Categories
License
BSD-3-Clause
Maintainer
Ethan Jones
Links
Versions
Installation
Dependencies (6)
- base >=4.10 && <4.13
- bytestring >=0.10 && <0.11
- containers
- text >=1.2 && <1.3
- aeson >=1.3 && <1.5
- aeson-pretty >=0.8 && <0.9 Show all…
Dependents (0)
grafana
provides datatypes that correspond to components of
grafana dashboards, and combinators for constructing dashboards.
It should be suitable for a UI that allows users to construct
grafana dashboards.