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 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.
Highly robust program takes your given measurement and converts it to the metric standard, then to all of the different measurements. Rounds measurements to 4 digits to the nearest even number.
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.
A simple library that provides an easy way to manage multiple units within an application. This package provides a unit type class for several types of common measurements, and derived classes for each unit within that measurement type. This allows functions to be built to accept the measurement...
More information