Uses of Interface
com.loomcache.server.observability.DistributedTracer.SpanStatus
Packages that use DistributedTracer.SpanStatus
-
Uses of DistributedTracer.SpanStatus in com.loomcache.server.observability
Classes in com.loomcache.server.observability that implement DistributedTracer.SpanStatusModifier and TypeClassDescriptionstatic final recordSpan failed with an error.static final recordSpan completed successfully.static final recordSpan timed out.Methods in com.loomcache.server.observability that return DistributedTracer.SpanStatusModifier and TypeMethodDescriptionDistributedTracer.Span.status()Returns the value of thestatusrecord component.Methods in com.loomcache.server.observability with parameters of type DistributedTracer.SpanStatusModifier and TypeMethodDescriptionDistributedTracer.endSpan(String spanId, DistributedTracer.SpanStatus status) End a span with the given status.Constructors in com.loomcache.server.observability with parameters of type DistributedTracer.SpanStatusModifierConstructorDescriptionSpan(String traceId, String spanId, @Nullable String parentSpanId, String operationName, long startTimeNs, long endTimeNs, DistributedTracer.SpanStatus status, Map<String, String> attributes, List<DistributedTracer.TimestampedEvent> events) Create a Span with all fields.