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
namestringThe metric name.
valuedoubleThe metric value.
tagsDictionary<string, string>Optional tags for the metric.