metric-collector-for-apache-cassandra
metric-collector-for-apache-cassandra copied to clipboard
Add alert rules
It is a draft to get things off my head. I think PR #70 should be considered first
This naively uses the DataStax documentation as specification: https://docs.datastax.com/en/landing_page/doc/landing_page/metricsandalerts.html
And has not been tested in production at this point
Possible To Do's:
- [ ] Add configurable thresholds as necessary
- [ ] Allow alerting on tables of interest only
- [ ] Allow different threshold for different keyspaces/tables
- [ ] Generate
alerts.yaml
example - [ ] Complete runbook
- [ ] ...
The above does not have to be all done in this PR, improvements can come in subsequent iterations
Related to #47 #69