prometheus-net.DotNetRuntime
prometheus-net.DotNetRuntime copied to clipboard
How could we add metrics for custom event counters?
Sometimes, we may use some other event counters, for example when I use Microsoft.Data.SqlClient
, I wanna record some metrics from its event counters, is there some recommended method to implement this?