Class MicrometerCounter
java.lang.Object
com.couchbase.client.metrics.micrometer.MicrometerCounter
- All Implemented Interfaces:
com.couchbase.client.core.cnc.Counter
Implements the
Counter
on top of Micrometers Counter.-
Method Summary
-
Method Details
-
incrementBy
public void incrementBy(long number) - Specified by:
incrementBy
in interfacecom.couchbase.client.core.cnc.Counter
-