A set of Grafana dashboards and Prometheus alerts for VerneMQ
Note: Work in Progress
This mixin is designed to be vendored into the repo with your infrastructure config. To do this, use jsonnet-bundler:
You then have three options for deploying your dashboards
- Generate the config files and deploy them yourself
- Use the Kubernetes prometheus-operator to deploy this mixin
To use this project:
- Build JSonnet:
git clone git://github.com/google/jsonnet
cd jsonnet
make
./jsonnet
- Install Jsonnet-bundler:
GO111MODULE="on" go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb\n
- make the dashboards
make
This will create a dashboard_out directory, with 2 JSON files that you can import into your Grafana server.
Improvements welcome!