terraform-google-modules / terraform-google-slo

Creates SLOs on Google Cloud from custom Stackdriver metrics capability to export SLOs to Google Cloud services and other systems
https://registry.terraform.io/modules/terraform-google-modules/slo/google
Apache License 2.0
63 stars 28 forks source link

feat: slo burn rate alerting policies #88

Closed naseemkullah closed 2 years ago

naseemkullah commented 3 years ago

it would be great if the module could accept pairs of lookback period + burnrate threshold, and generate alerting policies, with an example/default of setting up the recommended starting point fast (60 minutes + 10x) + slow (24h + 2x) burn rate alerts.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

ocervell commented 2 years ago

Hi @naseemkullah , this is not possible in the Service Monitoring API currently, but it might be possible to implement using the slo-generator. Could you re-open this issue in the corresponding repo (https://github.com/google/slo-generator) ? Thanks :)