Method SetGauge
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
SetGauge(string, double, Dictionary<string, string>)
Sets a gauge value.
public void SetGauge(string name, double value, Dictionary<string, string> tags = null)
Parameters
namestringThe gauge name.
valuedoubleThe value.
tagsDictionary<string, string>Optional tags.