Problem Say your application has a service oriented architecture where multiple constituent services need to share persistence, which could be your primary datastore, cache, analytical store, etc. In a production setup, it’ll be a good practice to add some observability to the persistence. …