Join our book community on Discord
In Chapter 11, Choreographing Deployment and Delivery, we laid out a lightweight development process that helps us decouple deployment from release and turn the crank with a task branch workflow. And we defined an approach for continuous testing that allows us to discover the requirements and continuously deliver business value.Throughout this book we have focused on creating bulkheads within our systems to control the blast radius when things go wrong. Now we pick up where we left off in our continuous deployment process. We need to monitor the behavior of the system in production so that teams know when something is wrong and provide them with the information they need to fail forward fast.In this chapter, we're going to cover the following main topics:
- Failing forward fast
- Turning observability inside out
- Leveraging FinOps
- Collecting resource metrics
- Tracking system events
- Alerting on work metrics
- Observing real user...