Uses of Package
com.couchbase.client.core.tracing
Package | Description |
---|---|
com.couchbase.client.core |
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.
|
com.couchbase.client.core.env | |
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.tracing |
-
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core Class Description RingBufferDiagnostics Provides a granular breakdown of the queries in the ringbuffer -
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.env Class Description OrphanResponseReporter -
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.message.internal Class Description RingBufferDiagnostics Provides a granular breakdown of the queries in the ringbuffer -
Classes in com.couchbase.client.core.tracing used by com.couchbase.client.core.tracing Class Description DefaultOrphanResponseReporter TheDefaultOrphanResponseReporter
receives requests's of orphan responses and stores them for aggregation and logging.DefaultOrphanResponseReporter.Builder The builder to configure theDefaultOrphanResponseReporter
OrphanResponseReporter RingBufferDiagnostics Provides a granular breakdown of the queries in the ringbufferRingBufferMonitor Stores diagnostics on the main ringbuffer to provide additional context to BackpressureExceptions.ThresholdLogReference Represents a reference from one span to another one.ThresholdLogReporter TheThresholdLogReporter
retrieves spans from (usually) aTracer
and stores them for threshold-based aggregation and logging.ThresholdLogReporter.Builder The builder used to configure theThresholdLogReporter
.ThresholdLogSpan ThresholdLogSpanBuilder Allows to build aSpan
in a builder fashion.ThresholdLogSpanContext Holds baggage items for the slow operation spans.ThresholdLogTracer ThisTracer
implementation logs operations over a certain threshold based on the given configuration.