Package com.couchbase.client.core.env
Class ThresholdRequestTracerConfig
java.lang.Object
com.couchbase.client.core.env.ThresholdRequestTracerConfig
Deprecated.
Please use the (similar)
ThresholdLoggingTracerConfig
instead.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.analyticsThreshold
(Duration analyticsThreshold) Deprecated.Allows to customize the analyticsThreshold.builder()
Deprecated.static ThresholdRequestTracerConfig
create()
Deprecated.static ThresholdRequestTracerConfig
disabled()
Deprecated.Deprecated.emitInterval
(Duration emitInterval) Deprecated.Allows to customize the emit intervalboolean
enabled()
Deprecated.enabled
(boolean enabled) Deprecated.Deprecated.kvThreshold
(Duration kvThreshold) Deprecated.Allows to customize the kvThreshold.Deprecated.queryThreshold
(Duration queryThreshold) Deprecated.Allows to customize the n1qlThreshold.int
Deprecated.queueLength
(int queueLength) Deprecated.Allows to configure the queue size for the individual span queues used to track the spans over threshold.int
Deprecated.sampleSize
(int sampleSize) Deprecated.Allows to customize the sample size per service.Deprecated.searchThreshold
(Duration searchThreshold) Deprecated.Allows to customize the ftsThreshold.Deprecated.viewThreshold
(Duration viewThreshold) Deprecated.Allows to customize the viewThreshold.
-
Method Details
-
builder
Deprecated. -
create
Deprecated. -
disabled
Deprecated. -
enabled
Deprecated. -
sampleSize
Deprecated.Allows to customize the sample size per service.- Parameters:
sampleSize
- the sample size to set.- Returns:
- this builder for chaining.
-
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.
-
analyticsThreshold
Deprecated.Allows to customize the analyticsThreshold.- Parameters:
analyticsThreshold
- 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.
-
searchThreshold
Deprecated.Allows to customize the ftsThreshold.- Parameters:
searchThreshold
- 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.
-
enabled
public boolean enabled()Deprecated. -
emitInterval
Deprecated. -
queueLength
public int queueLength()Deprecated. -
sampleSize
public int sampleSize()Deprecated. -
kvThreshold
Deprecated. -
queryThreshold
Deprecated. -
viewThreshold
Deprecated. -
searchThreshold
Deprecated. -
analyticsThreshold
Deprecated.
-