Uses of Class
ai.acolite.agentsdk.core.tracing.Trace
Packages that use Trace
Package
Description
Distributed tracing and observability for agent execution.
-
Uses of Trace in ai.acolite.agentsdk.core.tracing
Subclasses of Trace in ai.acolite.agentsdk.core.tracingMethods in ai.acolite.agentsdk.core.tracing that return TraceModifier and TypeMethodDescriptionTrace.clone()Clone this trace with same properties.TraceProvider.createTrace(Trace trace) Create a new trace.static TraceTraceContext.getOrCreateTrace(String name, TraceProcessor processor) Get the current trace, or create a new one if none existsTrace.withProcessor(TraceProcessor processor) Clone this trace with a different processor.Methods in ai.acolite.agentsdk.core.tracing that return types with arguments of type TraceModifier and TypeMethodDescriptionTraceContext.getCurrentTrace()Get the current trace from ThreadLocal storageTraceProvider.getCurrentTrace()Get the current trace from ThreadLocal context.Methods in ai.acolite.agentsdk.core.tracing with parameters of type TraceModifier and TypeMethodDescriptionTraceProvider.createTrace(Trace trace) Create a new trace.voidBatchTraceProcessor.onTraceEnd(Trace trace) voidConsoleTraceProcessor.onTraceEnd(Trace trace) voidMultiTracingProcessor.onTraceEnd(Trace trace) voidNoopTraceProcessor.onTraceEnd(Trace trace) voidTraceProcessor.onTraceEnd(Trace trace) Called when a trace ends.TracingProcessor.onTraceEnd(Trace trace) onTraceEndvoidBatchTraceProcessor.onTraceStart(Trace trace) voidConsoleTraceProcessor.onTraceStart(Trace trace) voidMultiTracingProcessor.onTraceStart(Trace trace) voidNoopTraceProcessor.onTraceStart(Trace trace) voidTraceProcessor.onTraceStart(Trace trace) Called when a trace starts.TracingProcessor.onTraceStart(Trace trace) onTraceStartstatic <T> TRun synchronous code within a trace context.static <T> CompletableFuture<T> TraceContext.withTraceAsync(Trace trace, Supplier<CompletableFuture<T>> action) Run asynchronous code within a trace context.Constructors in ai.acolite.agentsdk.core.tracing with parameters of type Trace