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
I open this ticket because I don't figure how to create a Gauge metric with this library. In the example provided you show how to do for a Counter
val driverMetricsSystem = UserMetricsSystems
.getMetricSystem(METRICS_NAMESPACE, builder => {
builder.registerCounter(COUNTER_NAME)
})
but the builder object doesn't offer a method "registerGauge", there is a generic "register" method with receives 2 parameters: the name and the metric object.
Could you please provide some documentation about this case?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I open this ticket because I don't figure how to create a Gauge metric with this library. In the example provided you show how to do for a Counter
but the builder object doesn't offer a method "registerGauge", there is a generic "register" method with receives 2 parameters: the name and the metric object.
Could you please provide some documentation about this case?
Thank you
The text was updated successfully, but these errors were encountered: