static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.analyticsThreshold(Duration analyticsThreshold) |
Allows to customize the analyticsThreshold.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.analyticsThreshold(Duration analyticsThreshold) |
Allows to customize the analyticsThreshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.builder() |
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.emitInterval(Duration emitInterval) |
Allows to customize the emit interval
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.emitInterval(Duration emitInterval) |
Allows to customize the emit interval
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.enabled(boolean enabled) |
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.enabled(boolean enabled) |
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.kvThreshold(Duration kvThreshold) |
Allows to customize the kvThreshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.kvThreshold(Duration kvThreshold) |
Allows to customize the kvThreshold.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.queryThreshold(Duration queryThreshold) |
Allows to customize the n1qlThreshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.queryThreshold(Duration queryThreshold) |
Allows to customize the n1qlThreshold.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.queueLength(int queueLength) |
Allows to configure the queue size for the individual span queues
used to track the spans over threshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.queueLength(int queueLength) |
Allows to configure the queue size for the individual span queues
used to track the spans over threshold.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.sampleSize(int sampleSize) |
Allows to customize the sample size per service.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.sampleSize(int sampleSize) |
Allows to customize the sample size per service.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.searchThreshold(Duration searchThreshold) |
Allows to customize the ftsThreshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.searchThreshold(Duration searchThreshold) |
Allows to customize the ftsThreshold.
|
ThresholdLoggingTracerConfig.Builder |
CoreEnvironment.Builder.thresholdLoggingTracerConfig() |
|
ThresholdLoggingTracerConfig.Builder |
ThresholdRequestTracerConfig.Builder.toNewBuillder() |
Deprecated.
Converts this deprecated builder into its non-deprecated version.
|
ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.Builder.viewThreshold(Duration viewThreshold) |
Allows to customize the viewThreshold.
|
static ThresholdLoggingTracerConfig.Builder |
ThresholdLoggingTracerConfig.viewThreshold(Duration viewThreshold) |
Allows to customize the viewThreshold.
|