Uses of Package
com.couchbase.client.core.tracing
Packages that use com.couchbase.client.core.tracing
Package
Description
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
-
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.coreClassDescriptionProvides a granular breakdown of the queries in the ringbuffer
-
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.env
-
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.message.internalClassDescriptionProvides a granular breakdown of the queries in the ringbuffer
-
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.tracingClassDescriptionThe
DefaultOrphanResponseReporter
receives requests's of orphan responses and stores them for aggregation and logging.The builder to configure theDefaultOrphanResponseReporter
Provides a granular breakdown of the queries in the ringbufferStores diagnostics on the main ringbuffer to provide additional context to BackpressureExceptions.Represents a reference from one span to another one.TheThresholdLogReporter
retrieves spans from (usually) aTracer
and stores them for threshold-based aggregation and logging.The builder used to configure theThresholdLogReporter
.Allows to build aSpan
in a builder fashion.Holds baggage items for the slow operation spans.ThisTracer
implementation logs operations over a certain threshold based on the given configuration.