Uses of Class
com.couchbase.client.core.env.ThresholdLoggingTracerConfig
Packages that use ThresholdLoggingTracerConfig
-
Uses of ThresholdLoggingTracerConfig in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing that return ThresholdLoggingTracerConfigModifier and TypeMethodDescriptionThresholdLoggingTracer.config()Returns the current configuration.Methods in com.couchbase.client.core.cnc.tracing with parameters of type ThresholdLoggingTracerConfigModifier and TypeMethodDescriptionstatic ThresholdLoggingTracerThresholdLoggingTracer.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
Methods in com.couchbase.client.core.env that return ThresholdLoggingTracerConfigModifier and TypeMethodDescriptionThresholdLoggingTracerConfig.Builder.build()static ThresholdLoggingTracerConfigThresholdLoggingTracerConfig.create()Deprecated.static ThresholdLoggingTracerConfigThresholdLoggingTracerConfig.disabled()Deprecated.This method creates a new builder.
CoreEnvironment.Builder.thresholdLoggingTracerConfig(Consumer)and configure the builder passed to the consumer.