HdrHistogram supports low latency recording and analyzing of sampled data value counts across a configurable integer value range with configurable value precision within the range.
Extends the App.Metrics library providing a set AspNet Core Middleware Components which will record things like error rates per endpoint and an overall rate, request rates per endpoint and an overall rate etc.
This library provides support for reporting out of the box metrics, histograms, and tracing spans from your ASP.NET Core Web API or MVC application. The data is reported to Wavefront via proxy or direct ingestion and will help you understand how your application is performing in production.
This library provides support for InfluxDB reporters in the Metrics.NET monitoring and reporting library. Supports InfluxDB Line Protocol for InfluxDB v0.9.1 and above, and JSON Protocol for InfluxDB v0.9.1 and below.
Extends the App.Metrics library providing a set OWIN Middleware Components which will record things like error rates per endpoint and an overall rate, request rates per endpoint and an overall rate etc.