rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.13k stars 440 forks source link

Transform apache to monitoring mixin #102

Closed v-zhuravlev closed 2 years ago

v-zhuravlev commented 2 years ago

This converts apache dashboard from plain json to jsonnet based monitoring mixin: image

Please also see https://promcon.io/2018-munich/talks/prometheus-monitoring-mixins/ for better idea of jsonnet and monitoring-mixin format advantages.

As of now, jsonnet mixin would generate the same dashboard, but with slight changes (see below and in commit messages). Prometheus alerts are also added. Just run make and follow the README file.