April 2018
Intermediate to advanced
300 pages
7h 41m
English
With App Metrics, we can manually define the typical web metrics which are essential to record telemetry information. However, for ASP.NET Core, there is a tracking middleware that can be used and configured in the project, which contains some built-in key metrics which are specific to the web application.
Metrics that are recorded by the Tracking middleware are as follows:
We can configure the threshold of time, T, for each request cycle, and the metrics are calculated based on following conditions: ...