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.
Transition to using Online Boutique as the demo application (#1001) results in some of the existing SRE recipes to fail.
Review and disable recipes that aren't supported due to the integration.
The expected changes:
recipe 0 - significantly slows down home page rendering of the application by issuing a large number of calls to currencyservice convert API. The recipe will be disabled. It cannot be currently mitigated. An alternative recipe will be developed in version 0.10 to address this scenario (#1009).
recipe 2 - "breaks" data collection logic of the rating service. The recipe will be retired. The service does not exist in Online Boutique and there is no practical reason to implement such service.
recipe 3 - cause a crash in the recommendation service by causing invalid conversion. The recipe will be disabled. The recipe can be mitigated by adding the watchdog package to the service's container image and running the service with watchmedo command that restarts python runtime when source code changes.
Transition to using Online Boutique as the demo application (#1001) results in some of the existing SRE recipes to fail. Review and disable recipes that aren't supported due to the integration.
The expected changes:
watchmedo
command that restarts python runtime when source code changes.