A few years ago, I made a post called Hystrix: from creating resilient applications to monitoring metrics where I talked about avoiding catastrophes with circuit breakers in Java and monitoring our applications using Prometheus and Grafana. This post focused on using Circuitbox, a Ruby gem for creating circuit breakers. If…