Class MicrometerMeter
java.lang.Object
com.couchbase.client.metrics.micrometer.MicrometerMeter
- All Implemented Interfaces:
com.couchbase.client.core.cnc.Meter
Implements the meter interface on top of the Micrometer
MeterRegistry
.-
Method Summary
Modifier and TypeMethodDescriptioncom.couchbase.client.core.cnc.Counter
com.couchbase.client.core.cnc.ValueRecorder
valueRecorder
(String name, Map<String, String> tags) static MicrometerMeter
wrap
(io.micrometer.core.instrument.MeterRegistry meterRegistry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.cnc.Meter
start, stop