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

Prometheus metrics should hardcode exceptional double values (NaN, Inf, -Inf)

christianlavoie opened this issue · comments

In C# on Windows, String.Format is locale-dependent, breaking the prometheus parser based on machine locale.