| Package | Description |
|---|---|
| com.couchbase.client.core.cnc.metrics | |
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
LoggingMeterConfig |
LoggingMeter.config()
Returns the currently active configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggingMeter |
LoggingMeter.create(EventBus eventBus,
LoggingMeterConfig config) |
| Modifier and Type | Method and Description |
|---|---|
LoggingMeterConfig |
LoggingMeterConfig.Builder.build() |
static LoggingMeterConfig |
LoggingMeterConfig.create()
Deprecated.
Instead, please use
CoreEnvironment.Builder.loggingMeterConfig(Consumer)
and configure the builder passed to the consumer.
Note: CoreEnvironment is a base class; you'll
probably call that method via a subclass named
ClusterEnvironment. |
static LoggingMeterConfig |
LoggingMeterConfig.disabled()
Deprecated.
This method creates a new builder. Please see the deprecation notice on
builder(). |
Copyright © 2024 Couchbase, Inc.. All rights reserved.