Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/dashboard-linter
A tool to lint Grafana dashboards
https://github.com/grafana/dashboard-linter
Last synced: 2 days ago
JSON representation
A tool to lint Grafana dashboards
- Host: GitHub
- URL: https://github.com/grafana/dashboard-linter
- Owner: grafana
- License: apache-2.0
- Created: 2021-11-04T13:49:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T14:32:38.000Z (17 days ago)
- Last Synced: 2025-01-10T01:07:18.188Z (9 days ago)
- Language: Go
- Size: 722 KB
- Stars: 271
- Watchers: 143
- Forks: 26
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - grafana/dashboard-linter - A tool to lint Grafana dashboards (Go)
README
# 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](docs/index.md) for more detail.