You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the go-metrics only support SetGauge & SetGaugeWithLabels for gauge,should add Inc & Dec to it.
for example: we export the metrics request_in_flight as Gauge,it's hard to implement it without Inc & Dec.
The text was updated successfully, but these errors were encountered:
Currently the go-metrics only support SetGauge & SetGaugeWithLabels for gauge,should add Inc & Dec to it.
for example: we export the metrics request_in_flight as Gauge,it's hard to implement it without Inc & Dec.
The text was updated successfully, but these errors were encountered: