Uses of Class
com.couchbase.client.core.env.ThresholdLoggingTracerConfig
-
Uses of ThresholdLoggingTracerConfig in com.couchbase.client.core.cnc.tracing
Modifier and TypeMethodDescriptionThresholdLoggingTracer.config()
Returns the current configuration.Modifier and TypeMethodDescriptionstatic ThresholdLoggingTracer
ThresholdLoggingTracer.create
(EventBus eventBus, ThresholdLoggingTracerConfig config) Creates a tracer with config and a reference to the event bus. -
Uses of ThresholdLoggingTracerConfig in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionThresholdLoggingTracerConfig.Builder.build()
static ThresholdLoggingTracerConfig
ThresholdLoggingTracerConfig.create()
Deprecated.static ThresholdLoggingTracerConfig
ThresholdLoggingTracerConfig.disabled()
Deprecated.This method creates a new builder.
CoreEnvironment.Builder.thresholdLoggingTracerConfig(Consumer)
and configure the builder passed to the consumer.