Package com.couchbase.client.core.cnc.tracing
package com.couchbase.client.core.cnc.tracing
-
ClassDescriptionA NOOP implementation of a request span, utilized by the
NoopRequestTracer.A simple NOOP implementation of the tracer, useful if tracing needs to be disabled completely.Spans and metrics can be output in two formats:The default tracing implementation, which tracks the top N slowest requests per service and dumps them at configurable intervals.The builder used to configure theThresholdLoggingTracer.Decorates spans with the correct attributes, based on what ObservabilitySemanticConvention(s) the user has chosen.