Uses of Class
com.couchbase.client.core.tracing.ThresholdLogReporter.Builder
Package | Description |
---|---|
com.couchbase.client.core.tracing |
-
Uses of ThresholdLogReporter.Builder in com.couchbase.client.core.tracing
Methods in com.couchbase.client.core.tracing that return ThresholdLogReporter.Builder Modifier and Type Method Description ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. analyticsThreshold(long analyticsThreshold, TimeUnit timeUnit)
Allows to customize the analyticsThreshold.static ThresholdLogReporter.Builder
ThresholdLogReporter. builder()
ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. ftsThreshold(long ftsThreshold, TimeUnit timeUnit)
Allows to customize the ftsThreshold.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. kvThreshold(long kvThreshold, TimeUnit timeUnit)
Allows to customize the kvThreshold.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. logInterval(long interval, TimeUnit unit)
Allows to customize the log interval.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. n1qlThreshold(long n1qlThreshold, TimeUnit timeUnit)
Allows to customize the n1qlThreshold.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. pretty(boolean pretty)
Allows to set the JSON output to pretty, making it more readable but also more verbose.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. sampleSize(int sampleSize)
Allows to customize the sample size per service.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. spanQueueSize(int spanQueueSize)
Allows to configure the queue size for the individual span queues used to track the spans over threshold.ThresholdLogReporter.Builder
ThresholdLogReporter.Builder. viewThreshold(long viewThreshold, TimeUnit timeUnit)
Allows to customize the viewThreshold.