Table of Contents

Method AddEvent

Namespace
LMKit.Agents.Observability
Assembly
LM-Kit.NET.dll

AddEvent(string, Dictionary<string, object>)

Records an event during this span.

public AgentSpan AddEvent(string name, Dictionary<string, object> attributes = null)

Parameters

name string

The event name.

attributes Dictionary<string, object>

Optional event attributes.

Returns

AgentSpan

This span for method chaining.