Uses of Record Class
com.loomcache.server.observability.DistributedTracer.Span
Packages that use DistributedTracer.Span
-
Uses of DistributedTracer.Span in com.loomcache.server.observability
Methods in com.loomcache.server.observability that return DistributedTracer.SpanModifier and TypeMethodDescriptionDistributedTracer.endSpan(String spanId, DistributedTracer.SpanStatus status) End a span with the given status.@Nullable DistributedTracer.SpanDistributedTracer.getSpanFromBuffer(int index) Get a span from the ring buffer by index.Methods in com.loomcache.server.observability that return types with arguments of type DistributedTracer.SpanModifier and TypeMethodDescriptionDistributedTracer.getAllSpansInBuffer()Get all spans currently in the ring buffer.Methods in com.loomcache.server.observability with parameters of type DistributedTracer.SpanModifier and TypeMethodDescriptionDistributedTracer.createChildSpan(DistributedTracer.Span parentSpan, String operationName) Create a child span within the current trace context.voidDistributedTracer.SpanExporter.export(DistributedTracer.Span span) Export a completed span.