Table of Contents

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

name string

The histogram name.

value double

The value to record.

tags Dictionary<string, string>

Optional tags.