Package com.loomcache.server.tracing
@NullMarked
package com.loomcache.server.tracing
-
ClassDescriptionIn-memory trace exporter for testing and debugging.Distributed tracing instrumentation for Raft consensus operations.Comprehensive span management for distributed tracing.Span record containing all span information.Span event record.Span kind enumeration.Span status enumeration.Analyzer for distributed traces.Functional interface for visiting trace nodes.Trace tree node representing a span and its children.Trace statistics.Propagates trace context across distributed cache nodes.Interface for exporting spans to tracing backends.Sampling strategies for distributed traces.Always sample all traces.Never sample any traces.Sample based on a probability rate (0.0 to 1.0).Rate-limited sampler (N spans per second).Configuration for distributed tracing in LoomCache.OpenTelemetry distributed tracing integration for LoomCache.Span interface representing a unit of work in a distributed trace.Intercepts cache protocol messages and instruments them with distributed tracing.Functional interface for message handlers.