Prometheus Alerts for NooBaa
- Install GO and have your GOPATH updated
- Install jsonnet
brew install jsonnet
- Install jsonnet-bundler
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
- Install promtool
go get github.com/prometheus/prometheus/cmd/promtool
install dependencies
jb install
Generate the prometheus alert files by
make prometheus_alert_rules.yaml
run tests by
make test