Create Site Reliability Guardian#
Site reliability guardians are a mechanism to automate analysis when changes are made. They can be used in production (on a CRON) or as deployment checks (eg. pre and post deployment health checks, security checks, infrastructure health checks).
We will create a guardian to check the checkoutservice microservice which is used during the purchase journey.
- Press
ctrl + ksearch forSite Reliability Guardianand select the app. - Click
+ Guardianto add a new guardian. - Under
Four Golden SignalschooseUse template. - Click
Run queryand toggle50rows per page to see more services. - Select the
checkoutservice. ClickApply to template (1). - Hover over the
Saturationobjective and delete it (there are no resource statistics from OpenTelemetry available so this objective cannot be evaluated). - At the top right of the screen, customise the guardian name to be called
Three golden signals (checkoutservice). - Click
Save

Automate at scale
This process can be automated for at-scale usage using Monaco or Terraform.