Class NoopMeter
java.lang.Object
com.couchbase.client.core.cnc.metrics.NoopMeter
- All Implemented Interfaces:
Meter
-
Field Details
-
INSTANCE
-
-
Method Details
-
counter
Description copied from interface:Meter
Creates a new counter. -
valueRecorder
Description copied from interface:Meter
Creates a new value recorder.- Specified by:
valueRecorder
in interfaceMeter
- Parameters:
name
- the name of the value recorder.tags
- the tags of the value recorder.- Returns:
- the created value recorder.
-
toString
-