There are various tools available on the market that can be used to measure and monitor application performance. In this section, we will focus on App Metrics and analyse HTTP traffic, errors, and network performance.
Tools and techniques to measure performance
Introducing App Metrics
App Metrics is an open source tool that can be plug in with the ASP.NET Core applications. It provides real-time insights about how the application is performing and provides a complete overview of the application's health status. It provides metrics in a JSON format and integrates with the Grafana dashboards for visual reporting. App Metrics is based on .NET Standard and runs cross-platform. It provides various extensions and reporting...