Package com.couchbase.client.core.cnc.tracing
-
Class Summary Class Description NoopInternalSpan A simple NOOP implementation of the span, useful if tracing needs to be disabled completely.NoopRequestSpan NoopRequestTracer A simple NOOP implementation of the tracer, useful if tracing needs to be disabled completely.ThresholdInternalSpan Provides the basic span implementation for theThresholdRequestTracer
.ThresholdRequestSpan 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
.