public static class OrphanReporterConfig.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OrphanReporterConfig |
build() |
OrphanReporterConfig.Builder |
emitInterval(Duration emitInterval)
Allows to customize the emit interval
|
OrphanReporterConfig.Builder |
queueLength(int queueLength)
Allows to configure the queue size for the individual span queues
used to track the spans over threshold.
|
OrphanReporterConfig.Builder |
sampleSize(int sampleSize)
Allows to customize the sample size per service.
|
public OrphanReporterConfig.Builder emitInterval(Duration emitInterval)
emitInterval - the interval to use.public OrphanReporterConfig.Builder queueLength(int queueLength)
queueLength - the queue size to use.public OrphanReporterConfig.Builder sampleSize(int sampleSize)
sampleSize - the sample size to set.public OrphanReporterConfig build()
Copyright © 2020 Couchbase, Inc.. All rights reserved.