Skip to content
Iulian Margarintescu edited this page Apr 13, 2014 · 24 revisions

The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.

###Installation

The library and the adapters are available on NuGet:

    Install-Package Metrics.NET
    Install-Package NancyFx.Metrics

###Documentation

The sample folder in the repository contains some usage samples.