Now let's look at some of the popular monitoring solutions that can be used to build a custom microservice monitoring solution. Obviously, these solutions do not come out of-the-box; however, they are definitely time-tested by the open source community and can be easily integrated within .NET-based environments.
Other microservice monitoring solutions
A brief overview of the ELK stack
As we saw, one of the fundamental tools for monitoring is logging. For microservices, there will be an astounding number of logs generated that are sometimes not even comprehensible to humans. The ELK stack (also referred to as the elastic stack) is the most popular log management platform. It is also a good candidate for microservice monitoring...