Uses of Class
com.couchbase.client.core.env.ThresholdRequestTracerConfig.Builder
-
Uses of ThresholdRequestTracerConfig.Builder in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionThresholdRequestTracerConfig.analyticsThreshold
(Duration analyticsThreshold) Deprecated.Allows to customize the analyticsThreshold.ThresholdRequestTracerConfig.Builder.analyticsThreshold
(Duration analyticsThreshold) Deprecated.Allows to customize the analyticsThreshold.ThresholdRequestTracerConfig.builder()
Deprecated.ThresholdRequestTracerConfig.Builder.emitInterval
(Duration emitInterval) Deprecated.Allows to customize the emit intervalThresholdRequestTracerConfig.emitInterval
(Duration emitInterval) Deprecated.Allows to customize the emit intervalThresholdRequestTracerConfig.Builder.enabled
(boolean enabled) Deprecated.ThresholdRequestTracerConfig.enabled
(boolean enabled) Deprecated.ThresholdRequestTracerConfig.Builder.fromNewBuilder
(ThresholdLoggingTracerConfig.Builder newBuilder) Deprecated.ThresholdRequestTracerConfig.Builder.kvThreshold
(Duration kvThreshold) Deprecated.Allows to customize the kvThreshold.ThresholdRequestTracerConfig.kvThreshold
(Duration kvThreshold) Deprecated.Allows to customize the kvThreshold.ThresholdRequestTracerConfig.Builder.queryThreshold
(Duration queryThreshold) Deprecated.Allows to customize the n1qlThreshold.ThresholdRequestTracerConfig.queryThreshold
(Duration queryThreshold) Deprecated.Allows to customize the n1qlThreshold.ThresholdRequestTracerConfig.Builder.queueLength
(int queueLength) Deprecated.Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdRequestTracerConfig.queueLength
(int queueLength) Deprecated.Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdRequestTracerConfig.Builder.sampleSize
(int sampleSize) Deprecated.Allows to customize the sample size per service.ThresholdRequestTracerConfig.sampleSize
(int sampleSize) Deprecated.Allows to customize the sample size per service.ThresholdRequestTracerConfig.Builder.searchThreshold
(Duration searchThreshold) Deprecated.Allows to customize the ftsThreshold.ThresholdRequestTracerConfig.searchThreshold
(Duration searchThreshold) Deprecated.Allows to customize the ftsThreshold.CoreEnvironment.Builder.thresholdRequestTracerConfig()
Deprecated.ThresholdRequestTracerConfig.Builder.viewThreshold
(Duration viewThreshold) Deprecated.Allows to customize the viewThreshold.ThresholdRequestTracerConfig.viewThreshold
(Duration viewThreshold) Deprecated.Allows to customize the viewThreshold.Modifier and TypeMethodDescriptionCoreEnvironment.Builder.thresholdRequestTracerConfig
(ThresholdRequestTracerConfig.Builder thresholdRequestTracerConfig) Deprecated.This method clobbers any previously configured values.