| Class | Description |
|---|---|
| NoopRequestSpan |
A NOOP implementation of a request span, utilized by the
NoopRequestTracer. |
| NoopRequestTracer |
A simple NOOP implementation of the tracer, useful if tracing needs to be disabled completely.
|
| 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 the
ThresholdRequestTracer. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.