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

old vs new JSON format

alhardy opened this issue · comments

Would be nice to have the health and json (metrics) endpoints versioned i.e. /v1/health and /v1/json

On the http listener I've implemented a sort of versioning for the json endpoint. See https://github.com/etishor/Metrics.NET/blob/dev/Src/Metrics/Visualization/MetricsHttpListener.cs#L74

Thanks, added versioning to owin middleware