krkn-chaos / cerberus

Guardian of Kubernetes clusters. Tool to monitor clusters health and signal/alert on failures.
Apache License 2.0
92 stars 42 forks source link

Add alerting mechanism for specified metrics #208

Open paigerube14 opened 10 months ago

paigerube14 commented 10 months ago

Want to be able to have a user specify different metrics or alerts to be considered in the go/no-go

Could reuse some similar stuff that is already in krkn: https://github.com/redhat-chaos/krkn/blob/main/config/alerts https://github.com/redhat-chaos/krkn/blob/main/kraken/prometheus/client.py

Wanting from reliability stand point: https://issues.redhat.com/browse/OCPQE-16874

chaitanyaenr commented 10 months ago

@tsebastiani and I were discussing leveraging https://github.com/redhat-chaos/krkn-lib/pull/79 to allow tracking SLOs in cerberus as well.