Table of Contents

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

kind SpanKind

The span kind.

Returns

List<AgentSpan>

Matching spans.