Overview: Microservice Observability
Explore how to apply observability techniques to event-driven microservices, learning to monitor, log, and diagnose issues efficiently. Understand the challenges compared to monolithic apps and gain skills to maintain reliability across development and production environments.
We'll cover the following...
We'll cover the following...
In the previous chapter, we were able to orchestrate the MTAEDA application so that it’s easy to launch and debug all the components of the system. Every individual service is available for interrogation at runtime, so it’s easy to identify issues and gain the necessary insight to resolve them.
Eventually, the MTAEDA application will reside ...