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

Why Gauge is so different ?

tsibelman opened this issue · comments

Why can't we have a simple SetValue function instead of using a callback ? It complicates user code substantialy.