google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.45k stars 312 forks source link

Use alerting configuration instead of MQL #1494

Closed sethvargo closed 3 years ago

sethvargo commented 3 years ago

This changes alerts to have 2 separate conditions for each query; one where the data stream is entirely absent, and another where the data stream is below the required threshold of 1 success per interval.

Release Note

Replace CloudSchedulerFailed with ForwardProgressFailed