Method GetSpans
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
GetSpans()
Gets all completed spans.
public List<AgentSpan> GetSpans()
Returns
GetSpans(Func<AgentSpan, bool>)
Gets spans matching a filter.
public List<AgentSpan> GetSpans(Func<AgentSpan, bool> predicate)