Package com.couchbase.client.core.env
Class ThresholdLoggingTracerConfig.Builder
java.lang.Object
com.couchbase.client.core.env.ThresholdLoggingTracerConfig.Builder
- Enclosing class:
- ThresholdLoggingTracerConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsThreshold
(Duration analyticsThreshold) Allows to customize the analyticsThreshold.build()
emitInterval
(Duration emitInterval) Allows to customize the emit intervalenabled
(boolean enabled) kvThreshold
(Duration kvThreshold) Allows to customize the kvThreshold.queryThreshold
(Duration queryThreshold) Allows to customize the n1qlThreshold.queueLength
(int queueLength) Allows to configure the queue size for the individual span queues used to track the spans over threshold.sampleSize
(int sampleSize) Allows to customize the sample size per service.searchThreshold
(Duration searchThreshold) Allows to customize the ftsThreshold.transactionsThreshold
(Duration transactionsThreshold) Allows customizing the threshold above which transactions are regarded as slow.viewThreshold
(Duration viewThreshold) Allows to customize the viewThreshold.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
-
emitInterval
Allows to customize the emit interval- Parameters:
emitInterval
- the interval to use.- Returns:
- this builder for chaining.
-
queueLength
Allows to configure the queue size for the individual span queues used to track the spans over threshold.- Parameters:
queueLength
- the queue size to use.- Returns:
- this builder for chaining.
-
kvThreshold
Allows to customize the kvThreshold.- Parameters:
kvThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
queryThreshold
Allows to customize the n1qlThreshold.- Parameters:
queryThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
viewThreshold
Allows to customize the viewThreshold.- Parameters:
viewThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
searchThreshold
Allows to customize the ftsThreshold.- Parameters:
searchThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
analyticsThreshold
Allows to customize the analyticsThreshold.- Parameters:
analyticsThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
transactionsThreshold
Allows customizing the threshold above which transactions are regarded as slow.- Parameters:
transactionsThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
sampleSize
Allows to customize the sample size per service.- Parameters:
sampleSize
- the sample size to set.- Returns:
- this builder for chaining.
-
build
-