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.Countercom.couchbase.client.core.cnc.ValueRecordervalueRecorder(String name, Map<String, String> tags) static MicrometerMeterwrap(io.micrometer.core.instrument.MeterRegistry meterRegistry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.core.cnc.Meter
start, stop