Method GetSpansByKind
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
GetSpansByKind(SpanKind)
Gets spans of a specific kind.
public List<AgentSpan> GetSpansByKind(SpanKind kind)
Parameters
kindSpanKindThe span kind.
Gets spans of a specific kind.
public List<AgentSpan> GetSpansByKind(SpanKind kind)
kind SpanKindThe span kind.