etishor / Metrics.NET

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Insights Reporter

pbolduc opened this issue · comments

Having an extension that will report metrics to an instance of Application Insights would be useful.

I'm not very familiar with Azure, but Application Insights looks very nice. I'll have a look over the weekend.

Thanks for the suggestion,
Iulian

I am surprised that the .net SDK is not open sourced. I had thought to start on the reporter myself and submit pull request. But I thought better to create this issue in case one was already in the works.

In the latest SDK on git hub, they have support for performance counters. A mertic.net reporter should be similar.