Skip to content
Allan Hardy edited this page Aug 7, 2016 · 2 revisions

This library provides support for integrating ASP.NET Core with the Metrics.NET Library

Currently there is a dependency on ASP.NET Core MVC to allow request metrics for both conventional based routing and attribute routing. This dependency in future will be removed so that by default there is only a dependency on ASP.NET Core Routing, and only when needed a seperate package could be referenced with an ASP.NET Core MVC dependency for use of attribute routing.

Metrics.NET at the moment requires for full .NET CLR hence the library will not yet be able to run the .NET Core CLR.

Clone this wiki locally