Uses of Interface
com.couchbase.client.core.cnc.Counter
Packages that use Counter
-
Uses of Counter in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return Counter -
Uses of Counter in com.couchbase.client.core.cnc.metrics
Classes in com.couchbase.client.core.cnc.metrics that implement CounterModifier and TypeClassDescriptionclassAt the moment this is a NOOP implementation because we do not perform any aggregations on the counters.classclassWraps one or moreCounteras in some ObservabilitySemanticConvention configurations we need to write to two.Methods in com.couchbase.client.core.cnc.metrics that return CounterModifier and TypeMethodDescriptionNote that since we are not performing any aggregations on the counter type, this pretty much is a NOOP for performance reasons.MeterProviderImpl.counter(CounterName metric, ResponseMetricIdentifier rmi) MeterProviderImplV0.counter(CounterName metric, ResponseMetricIdentifier rmi) MeterProviderImplV1.counter(CounterName metric, ResponseMetricIdentifier rmi) Methods in com.couchbase.client.core.cnc.metrics with parameters of type Counter