Interface ITraceExporter
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
Interface for exporting traces to external systems.
public interface ITraceExporter
Methods
- Export(AgentSpan)
Exports a completed span.
- Flush()
Flushes any buffered spans.