Struct HistogramStats
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
Statistics for a histogram metric.
public readonly struct HistogramStats
- Inherited Members
Properties
- Average
Average value.
- Count
Number of recorded values.
- Max
Maximum value.
- Min
Minimum value.
- P99
99th percentile value.
- Sum
Sum of all values.