Table of Contents

Method RecordMetric

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

RecordMetric(string, double, Dictionary<string, string>)

Records a metric value.

public void RecordMetric(string name, double value, Dictionary<string, string> tags = null)

Parameters

name string

The metric name.

value double

The metric value.

tags Dictionary<string, string>

Optional tags for the metric.