Uses of Class
ai.acolite.agentsdk.core.tracing.Span
Packages that use Span
Package
Description
Distributed tracing and observability for agent execution.
-
Uses of Span in ai.acolite.agentsdk.core.tracing
Subclasses of Span in ai.acolite.agentsdk.core.tracingModifier and TypeClassDescriptionclassNo-op span that does nothing.Methods in ai.acolite.agentsdk.core.tracing that return SpanModifier and TypeMethodDescriptionSpan.clone()Clone this span with same properties.TraceProvider.createSpan(Span<TData> span) Create a new span.Span.withTracingContext(String traceId, String parentId, String tracingApiKey, TraceProcessor processor) Clone this span with updated tracing context.Methods in ai.acolite.agentsdk.core.tracing that return types with arguments of type SpanModifier and TypeMethodDescriptionTraceContext.getCurrentSpan()Get the current span from ThreadLocal storageTraceProvider.getCurrentSpan()Get the current span from ThreadLocal context.Methods in ai.acolite.agentsdk.core.tracing with parameters of type SpanModifier and TypeMethodDescriptionTraceProvider.createSpan(Span<TData> span) Create a new span.voidvoidvoidvoidvoidCalled when a span ends.onSpanEndvoidBatchTraceProcessor.onSpanStart(Span<?> span) voidConsoleTraceProcessor.onSpanStart(Span<?> span) voidMultiTracingProcessor.onSpanStart(Span<?> span) voidNoopTraceProcessor.onSpanStart(Span<?> span) voidTraceProcessor.onSpanStart(Span<?> span) Called when a span starts.TracingProcessor.onSpanStart(Span span) onSpanStartstatic voidTraceContext.setCurrentSpan(Span<?> span) Set the current span in the context.