Uses of Class
com.couchbase.client.core.env.ThresholdLoggingTracerConfig.Builder
-
Uses of ThresholdLoggingTracerConfig.Builder in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionThresholdLoggingTracerConfig.analyticsThreshold
(Duration analyticsThreshold) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.analyticsThreshold
(Duration analyticsThreshold) Allows to customize the analyticsThreshold.ThresholdLoggingTracerConfig.builder()
Deprecated.Instead of creating a new builder, please useCoreEnvironment.Builder.thresholdLoggingTracerConfig(Consumer)
and configure the builder passed to the consumer.ThresholdLoggingTracerConfig.Builder.emitInterval
(Duration emitInterval) Allows to customize the emit intervalThresholdLoggingTracerConfig.emitInterval
(Duration emitInterval) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.enabled
(boolean enabled) ThresholdLoggingTracerConfig.enabled
(boolean enabled) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.kvThreshold
(Duration kvThreshold) Allows to customize the kvThreshold.ThresholdLoggingTracerConfig.kvThreshold
(Duration kvThreshold) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.queryThreshold
(Duration queryThreshold) Allows to customize the n1qlThreshold.ThresholdLoggingTracerConfig.queryThreshold
(Duration queryThreshold) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.queueLength
(int queueLength) Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdLoggingTracerConfig.queueLength
(int queueLength) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.sampleSize
(int sampleSize) Allows to customize the sample size per service.ThresholdLoggingTracerConfig.sampleSize
(int sampleSize) Deprecated.This method creates a new builder.ThresholdLoggingTracerConfig.Builder.searchThreshold
(Duration searchThreshold) Allows to customize the ftsThreshold.ThresholdLoggingTracerConfig.searchThreshold
(Duration searchThreshold) Deprecated.This method creates a new builder.CoreEnvironment.Builder.thresholdLoggingTracerConfig()
ThresholdRequestTracerConfig.Builder.toNewBuillder()
Deprecated.Converts this deprecated builder into its non-deprecated version.ThresholdLoggingTracerConfig.Builder.transactionsThreshold
(Duration transactionsThreshold) Allows customizing the threshold above which transactions are regarded as slow.ThresholdLoggingTracerConfig.Builder.viewThreshold
(Duration viewThreshold) Allows to customize the viewThreshold.ThresholdLoggingTracerConfig.viewThreshold
(Duration viewThreshold) Deprecated.This method creates a new builder.Modifier and TypeMethodDescriptionThresholdRequestTracerConfig.Builder.fromNewBuilder
(ThresholdLoggingTracerConfig.Builder newBuilder) Deprecated.CoreEnvironment.Builder.thresholdLoggingTracerConfig
(ThresholdLoggingTracerConfig.Builder thresholdLoggingTracerConfig) Deprecated.This method clobbers any previously configured values.Modifier and TypeMethodDescriptionCoreEnvironment.Builder.thresholdLoggingTracerConfig
(Consumer<ThresholdLoggingTracerConfig.Builder> builderConsumer) Passes theThresholdLoggingTracerConfig.Builder
to the provided consumer.