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 the
ThresholdRequestTracer . |
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 © 2020 Couchbase, Inc.. All rights reserved.