Insights and telemetry
When you run a multitude of systems on a virtualized environment, it is necessary to have a complete telemetry and monitoring solution which can be used to analyze how the containers are performing over time. In this section, we will learn about application and environment monitoring solutions which should be incorporated into every service for deeper insights into the application's performance and overall health of the system. Though most of these technologies are introduced by Microsoft, they do not yet support the Windows Container Ecosystem but it is worth understanding capabilities of each of the following systems so that you can plan to integrate it into your application topology when Microsoft announces support.
Application Insights
Visual Studio Application Insights for Docker helps you monitor containerized applications by collecting telemetry about performance of the application and the Docker host as well. Application insights capture all the activities performed...