Uses of Class
com.couchbase.client.core.cnc.tracing.ThresholdLoggingTracer.Builder
-
Uses of ThresholdLoggingTracer.Builder in com.couchbase.client.core.cnc.tracing
Modifier and TypeMethodDescriptionThresholdLoggingTracer.Builder.analyticsThreshold
(Duration analyticsThreshold) Allows to customize the analyticsThreshold.Deprecated.ThresholdLoggingTracer.Builder.emitInterval
(Duration emitInterval) Allows to customize the emit intervalThresholdLoggingTracer.Builder.kvThreshold
(Duration kvThreshold) Allows to customize the kvThreshold.ThresholdLoggingTracer.Builder.queryThreshold
(Duration queryThreshold) Allows to customize the n1qlThreshold.ThresholdLoggingTracer.Builder.queueLength
(int queueLength) Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdLoggingTracer.Builder.sampleSize
(int sampleSize) Allows to customize the sample size per service.ThresholdLoggingTracer.Builder.searchThreshold
(Duration searchThreshold) Allows to customize the ftsThreshold.ThresholdLoggingTracer.Builder.transactionsThreshold
(Duration transactionsThreshold) Allows to customize the transactionsThreshold.ThresholdLoggingTracer.Builder.viewThreshold
(Duration viewThreshold) Allows to customize the viewThreshold.
ThresholdLoggingTracer.create(EventBus, ThresholdLoggingTracerConfig)
instead.