Class AbstractMeter

java.lang.Object
com.couchbase.client.core.cnc.metrics.AbstractMeter

@Internal public class AbstractMeter extends Object
The user's choice of ObservabilitySemanticConvention(s) means they may want up to two metrics output for each metric we produce (v0 and/or v1).

This class abstracts over that, created WrappedValueRecorder and WrappedCounter objects that can contain one or more underlying objects.