GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Provision configurable alert policies #977

Closed minherz closed 2 years ago

minherz commented 2 years ago

Allow provisioning Cloud Monitoring alert policies based on configuration in YAML file.

Porting existing alert provisioning only one alert condition: threshold definition is supported.

Define a test configuration to be used for e2e testing. To simplify the testing, the test application configuration defines SLO alert which reuses basic availability SLO provisioned for testing service SLO configuration.

minherz commented 2 years ago

Implemented in fc0362e