Giter VIP home page Giter VIP logo

awesome-dashboards's Introduction

Awesome dashboards

The state of this project is prototype. Most features have not been fully implemented.

Features:

  • Produces Grafana dashboards: Maintaining a dashboard through the UI can be repetitive and error-prone.
  • Compiler checked PromQL: PromQL queries are checked during compilation. Many aspects of a dashboard panel can be automatically set based on the query.
  • Models for exporters and targets: A model (e.g. for node-exporter) contains all metrics, incl. types, units, help strings, and possible label names. Queries can be checked against this model.
  • The units of panels can be automatically set based on the query. E.g. if a metric is in bytes and you wrap it into rate() the unit of the panel will be bytes/second.
  • Extensible: awesome-dashboards is written in Lean 4. Also dashboards are written directly in Lean. You have the full power of a dependently-typed language at your fingertips.
  • Opt out: If you no longer want to use this library, you can simply maintain your dashboard in Grafana.
  • Dashboard preview in the IDE: Lean 4 supports widgets in the IDE. This can be used to preview the dashboard.

Development

Requirements:

Start a local Grafana instance with a configured dashboard provider. See ./hack/run-grafana.sh for an example.

Generate the dashboard.

lake build && ./build/bin/dashboard > grafana/dashboards/dashboard.json

References

awesome-dashboards's People

Contributors

fischerman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

awesome-dashboards's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.