Uses of Record Class
com.loomcache.server.observability.DistributedTracer.TraceContext
Packages that use DistributedTracer.TraceContext
-
Uses of DistributedTracer.TraceContext in com.loomcache.server.observability
Methods in com.loomcache.server.observability that return DistributedTracer.TraceContextModifier and TypeMethodDescriptionDistributedTracer.createChildSpan(DistributedTracer.Span parentSpan, String operationName) Create a child span within the current trace context.DistributedTracer.createSpan(String operationName) Create a new root span with a new trace ID.static @Nullable DistributedTracer.TraceContextDistributedTracer.currentTraceContext()Get the current trace context from ScopedValue.