| Package | Description |
|---|---|
| com.couchbase.client.core.cnc.tracing | |
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
ThresholdLoggingTracerConfig |
ThresholdLoggingTracer.config()
Returns the current configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static ThresholdLoggingTracer |
ThresholdLoggingTracer.create(EventBus eventBus,
ThresholdLoggingTracerConfig config)
Creates a tracer with config and a reference to the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdLoggingTracerConfig |
ThresholdLoggingTracerConfig.Builder.build() |
static ThresholdLoggingTracerConfig |
ThresholdLoggingTracerConfig.create()
Deprecated.
Instead, please use
CoreEnvironment.Builder.thresholdLoggingTracerConfig(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 ThresholdLoggingTracerConfig |
ThresholdLoggingTracerConfig.disabled()
Deprecated.
This method creates a new builder. Please see the deprecation notice on
builder(). |
Copyright © 2024 Couchbase, Inc.. All rights reserved.