Uses of Class
com.couchbase.client.core.cnc.tracing.TracingDecorator
Packages that use TracingDecorator
Package
Description
-
Uses of TracingDecorator in com.couchbase.client.core
Methods in com.couchbase.client.core that return TracingDecoratorConstructors in com.couchbase.client.core with parameters of type TracingDecoratorModifierConstructorDescriptionCoreResources(RequestTracer tracer, TracingDecorator td, AbstractMeter meter) -
Uses of TracingDecorator in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc with parameters of type TracingDecoratorModifier and TypeMethodDescriptionstatic voidCbTracing.setAttributes(TracingDecorator tip, RequestSpan span, Map<TracingAttribute, ?> attributes) -
Uses of TracingDecorator in com.couchbase.client.core.cnc.tracing
Fields in com.couchbase.client.core.cnc.tracing declared as TracingDecoratorConstructors in com.couchbase.client.core.cnc.tracing with parameters of type TracingDecoratorModifierConstructorDescriptionRequestTracerAndDecorator(RequestTracer requestTracer, TracingDecorator decorator) -
Uses of TracingDecorator in com.couchbase.client.core.env
Constructors in com.couchbase.client.core.env with parameters of type TracingDecoratorModifierConstructorDescriptionRequestTracerDecorator(RequestTracer wrapped, TracingDecorator tip, Supplier<ClusterIdentifier> clusterIdentSupplier) -
Uses of TracingDecorator in com.couchbase.client.core.io.netty
Methods in com.couchbase.client.core.io.netty with parameters of type TracingDecoratorModifier and TypeMethodDescriptionstatic voidTracingUtils.setCommonDispatchSpanAttributes(TracingDecorator tip, RequestSpan span, String localId, String localHost, int localPort, String remoteCanonicalHost, int remoteCanonicalPort, String remoteActualHost, int remoteActualPort, String operationId) Sets common dispatch span attributes as per spec.static voidTracingUtils.setServerDurationAttribute(TracingDecorator tip, RequestSpan span, long serverDuration) Sets the server duration attribute, if larger than 0 (will ignore it otherwise). -
Uses of TracingDecorator in com.couchbase.client.core.manager
Constructors in com.couchbase.client.core.manager with parameters of type TracingDecoratorModifierConstructorDescriptionCoreCollectionQueryIndexManager(CoreQueryOps queryOps, RequestTracer requestTracer, CoreKeyspace collection, TracingDecorator tip) -
Uses of TracingDecorator in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type TracingDecoratorModifier and TypeMethodDescriptiondefault voidSyncDurabilityRequest.applyLevelOnSpan(Optional<DurabilityLevel> level, RequestSpan span, TracingDecorator tip) Helper method to apply the durability level if present to the request span.