google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.28k stars 554 forks source link

Re-enable useful alerts #1945

Open oliverchang opened 4 years ago

oliverchang commented 4 years ago

We need to reenable and fix up our alerts.

Some ideas:

We should also evaluate and delete any metrics that we no longer use.

oliverchang commented 4 years ago

Looks like there is finally an alerts API available that lets us manage them progamatically: https://cloud.google.com/monitoring/alerts/using-alerting-api

One thing we can do here is to create alerts for bot count where the threshold is dynamically based on the expected number of bots (based on clusters.yaml).