Package | Description |
---|---|
com.couchbase.client.core.cnc.tracing | |
com.couchbase.client.core.env |
Modifier and Type | Class and Description |
---|---|
class |
NoopRequestTracer
A simple NOOP implementation of the tracer, useful if tracing needs to be disabled completely.
|
class |
ThresholdRequestTracer
The default tracing implementation, which tracks the top N slowest requests per service and dumps them at
configurable intervals.
|
Modifier and Type | Method and Description |
---|---|
RequestTracer |
CoreEnvironment.requestTracer()
Returns the request tracer for response time observability.
|
Modifier and Type | Method and Description |
---|---|
SELF |
CoreEnvironment.Builder.requestTracer(RequestTracer requestTracer)
Allows to configure a custom tracer implementation.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.