Package | Description |
---|---|
com.couchbase.client.core.tracing |
Modifier and Type | Method and Description |
---|---|
static DefaultOrphanResponseReporter.Builder |
DefaultOrphanResponseReporter.builder() |
DefaultOrphanResponseReporter.Builder |
DefaultOrphanResponseReporter.Builder.logInterval(long interval,
TimeUnit unit)
Allows to customize the log interval.
|
DefaultOrphanResponseReporter.Builder |
DefaultOrphanResponseReporter.Builder.pretty(boolean pretty)
Allows to set the JSON output to pretty, making it more readable but also more verbose.
|
DefaultOrphanResponseReporter.Builder |
DefaultOrphanResponseReporter.Builder.sampleSize(int sampleSize)
Allows to customize the sample size per service.
|
Constructor and Description |
---|
DefaultOrphanResponseReporter(DefaultOrphanResponseReporter.Builder builder)
Creates the
OrphanResponseReporter using the given config. |
Copyright © 2018 Couchbase, Inc.. All rights reserved.