Ruby AOP for Observability Experiment

For a while now I have been thinking about how to add composable observability to my production ruby platform. In the past I have seen the wiring of such tools happen in a shared baseclass that ends up connecting all components of the system and slowly growing with shared behaviors. Of course that’s more of a culture problem than a programming pattern problem. ¯\(ツ)

Read More