Package | Description |
---|---|
com.couchbase.client.core.cnc | |
com.couchbase.client.core.cnc.metrics |
Modifier and Type | Method and Description |
---|---|
Counter |
Meter.counter(String name,
Map<String,String> tags)
Creates a new counter.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatingCounter
At the moment this is a NOOP implementation because we do not perform any aggregations
on the counters.
|
class |
NoopCounter |
Modifier and Type | Method and Description |
---|---|
Counter |
NoopMeter.counter(String name,
Map<String,String> tags) |
Counter |
AggregatingMeter.counter(String name,
Map<String,String> tags)
Note that since we are not performing any aggregations on the counter type, this pretty much
is a NOOP for performance reasons.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.