Uses of Package
com.couchbase.client.core.cnc.tracing
Package | Description |
---|---|
com.couchbase.client.core.cnc.tracing |
-
Classes in com.couchbase.client.core.cnc.tracing used by com.couchbase.client.core.cnc.tracing Class Description NoopRequestSpan A NOOP implementation of a request span, utilized by theNoopRequestTracer
.NoopRequestTracer A simple NOOP implementation of the tracer, useful if tracing needs to be disabled completely.ThresholdRequestTracer The default tracing implementation, which tracks the top N slowest requests per service and dumps them at configurable intervals.ThresholdRequestTracer.Builder The builder used to configure theThresholdRequestTracer
.