google / exposure-notifications-verification-server

Verification component for COVID-19 Exposure Notifications.
Apache License 2.0
233 stars 83 forks source link

Use Terraform to manage our alerting rules #461

Closed yegle closed 4 years ago

yegle commented 4 years ago

TL;DR

Similar to #460, we should also manage our alerting rules using Terraform so that the work can be replicated easily.

Design

Use https://www.terraform.io/docs/providers/google/r/monitoring_alert_policy.html to manage alerting policies in StackDriver.

yegle commented 4 years ago

/assign @yegle

sethvargo commented 4 years ago

alerting policies in StackDriver.

alerting policies in the product formerly known as StackDriver.

icco commented 4 years ago

/kind enhancement

icco commented 4 years ago

There are two alerts we should write:

I've got the 5xx if you want to write the rate limit one @yegle ?

yegle commented 4 years ago

Sure I can take the rate limit requests one.

yegle commented 4 years ago

Consider this fixed.