Uses of Class
com.couchbase.client.core.env.ThresholdLoggingTracerConfig.Builder
Packages that use ThresholdLoggingTracerConfig.Builder
-
Uses of ThresholdLoggingTracerConfig.Builder in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return ThresholdLoggingTracerConfig.BuilderModifier and TypeMethodDescriptionThresholdLoggingTracerConfig.analyticsThreshold
(Duration analyticsThreshold) Allows to customize the analyticsThreshold.ThresholdLoggingTracerConfig.Builder.analyticsThreshold
(Duration analyticsThreshold) Allows to customize the analyticsThreshold.ThresholdLoggingTracerConfig.builder()
ThresholdLoggingTracerConfig.Builder.emitInterval
(Duration emitInterval) Allows to customize the emit intervalThresholdLoggingTracerConfig.emitInterval
(Duration emitInterval) Allows to customize the emit intervalThresholdLoggingTracerConfig.Builder.enabled
(boolean enabled) ThresholdLoggingTracerConfig.enabled
(boolean enabled) ThresholdLoggingTracerConfig.Builder.kvThreshold
(Duration kvThreshold) Allows to customize the kvThreshold.ThresholdLoggingTracerConfig.kvThreshold
(Duration kvThreshold) Allows to customize the kvThreshold.ThresholdLoggingTracerConfig.Builder.queryThreshold
(Duration queryThreshold) Allows to customize the n1qlThreshold.ThresholdLoggingTracerConfig.queryThreshold
(Duration queryThreshold) Allows to customize the n1qlThreshold.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) Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdLoggingTracerConfig.Builder.sampleSize
(int sampleSize) Allows to customize the sample size per service.ThresholdLoggingTracerConfig.sampleSize
(int sampleSize) Allows to customize the sample size per service.ThresholdLoggingTracerConfig.Builder.searchThreshold
(Duration searchThreshold) Allows to customize the ftsThreshold.ThresholdLoggingTracerConfig.searchThreshold
(Duration searchThreshold) Allows to customize the ftsThreshold.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) Allows to customize the viewThreshold.Methods in com.couchbase.client.core.env with parameters of type ThresholdLoggingTracerConfig.BuilderModifier and TypeMethodDescriptionThresholdRequestTracerConfig.Builder.fromNewBuilder
(ThresholdLoggingTracerConfig.Builder newBuilder) Deprecated.CoreEnvironment.Builder.thresholdLoggingTracerConfig
(ThresholdLoggingTracerConfig.Builder thresholdLoggingTracerConfig) Deprecated.Method parameters in com.couchbase.client.core.env with type arguments of type ThresholdLoggingTracerConfig.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.thresholdLoggingTracerConfig
(Consumer<ThresholdLoggingTracerConfig.Builder> builderConsumer) Allows to configure theThresholdLoggingTracerConfig
through a provided builder.
CoreEnvironment.Builder.thresholdLoggingTracerConfig(Consumer)
instead.