K-Phoen / dashboard-linter

A tool to lint Grafana dashboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Dashboard Linter

This tool is a command-line application to lint Grafana dashboards for common mistakes, and suggest best practices. To use the linter, run the following install commands:

$ go install github.com/grafana/dashboard-linter@latest
$ dashboard-linter lint dashboard.json

This tool is a work in progress and it's still very early days. The current capabilities are focused exclusively on dashboards that use a Prometheus data source.

See the docs for more detail.

About

A tool to lint Grafana dashboards

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Makefile 0.9%Language:Shell 0.3%