Package com.couchbase.client.core.env
Class ThresholdRequestTracerConfig.Builder
java.lang.Object
com.couchbase.client.core.env.ThresholdRequestTracerConfig.Builder
- Enclosing class:
- ThresholdRequestTracerConfig
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsThreshold
(Duration analyticsThreshold) Deprecated.Allows to customize the analyticsThreshold.build()
Deprecated.emitInterval
(Duration emitInterval) Deprecated.Allows to customize the emit intervalenabled
(boolean enabled) Deprecated.fromNewBuilder
(ThresholdLoggingTracerConfig.Builder newBuilder) Deprecated.kvThreshold
(Duration kvThreshold) Deprecated.Allows to customize the kvThreshold.queryThreshold
(Duration queryThreshold) Deprecated.Allows to customize the n1qlThreshold.queueLength
(int queueLength) Deprecated.Allows to configure the queue size for the individual span queues used to track the spans over threshold.sampleSize
(int sampleSize) Deprecated.Allows to customize the sample size per service.searchThreshold
(Duration searchThreshold) Deprecated.Allows to customize the ftsThreshold.Deprecated.Converts this deprecated builder into its non-deprecated version.viewThreshold
(Duration viewThreshold) Deprecated.Allows to customize the viewThreshold.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
enabled
Deprecated. -
emitInterval
Deprecated.Allows to customize the emit interval- Parameters:
emitInterval
- the interval to use.- Returns:
- this builder for chaining.
-
queueLength
Deprecated.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
Deprecated.Allows to customize the kvThreshold.- Parameters:
kvThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
queryThreshold
Deprecated.Allows to customize the n1qlThreshold.- Parameters:
queryThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
viewThreshold
Deprecated.Allows to customize the viewThreshold.- Parameters:
viewThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
searchThreshold
Deprecated.Allows to customize the ftsThreshold.- Parameters:
searchThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
analyticsThreshold
Deprecated.Allows to customize the analyticsThreshold.- Parameters:
analyticsThreshold
- the threshold to set.- Returns:
- this builder for chaining.
-
sampleSize
Deprecated.Allows to customize the sample size per service.- Parameters:
sampleSize
- the sample size to set.- Returns:
- this builder for chaining.
-
toNewBuillder
Deprecated.Converts this deprecated builder into its non-deprecated version.- Returns:
- the new, not deprecated builder.
-
build
Deprecated. -
fromNewBuilder
@Internal public static ThresholdRequestTracerConfig.Builder fromNewBuilder(ThresholdLoggingTracerConfig.Builder newBuilder) Deprecated.
-