Method RecordHistogram
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
RecordHistogram(string, double, Dictionary<string, string>)
Records a value in a histogram (for distributions).
public void RecordHistogram(string name, double value, Dictionary<string, string> tags = null)
Parameters
namestringThe histogram name.
valuedoubleThe value to record.
tagsDictionary<string, string>Optional tags.