| Package | Description |
|---|---|
| com.couchbase.client.core.cnc | |
| com.couchbase.client.core.cnc.metrics | |
| com.couchbase.client.core.transaction.context |
| 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 |
LoggingMeter.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.
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
CoreTransactionsCounters.attempts() |
Counter |
CoreTransactionsCounters.transactions() |
Copyright © 2024 Couchbase, Inc.. All rights reserved.