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

Disabling Authentication For Metrics Endpoints

AshleyPoole opened this issue · comments

While using Metrics.Net with the OWIN adaptor as part of a MVC 5 application using Windows Authentication, how is it possible to allow anonymous access to just the metrics.net endpoints? Tried via the web.config but not much luck.