awesome-prometheus-alerts/CONTRIBUTING.md
2018-10-22 00:53:32 +02:00

14 lines
161 B
Markdown

# Contributing
## Adding alerting rule
Rules are here: `_data/rules.yml`.
## Run localy
```
gem install bundler
bundle install
bundle exec jekyll serve
```