The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/CONTRIBUTING.md

571 B

If you have any idea for an improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!

Prerequisites:

  • Nodejs (for jshint & grunt & development server)

Clone repository:

npm install
grunt server (starts development web server in src folder)
grunt (runs jshint and less -> css compilation)

Please remember to run grunt before doing pull request to verify that your code passes all the jshint validations.