Table of Contents

Field SourceName

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

The well-known name of the agent ActivitySource. Pass this to OpenTelemetry.Trace.TracerProviderBuilder.AddSource or ShouldListenTo to capture agent spans.

public const string SourceName = "LMKit.Agents"

Returns

string
The well-known name of the agent . Pass this to OpenTelemetry.Trace.TracerProviderBuilder.AddSource or to capture agent spans.
Share