Method IncrementCounter
- Namespace
- LMKit.Agents.Observability
- Assembly
- LM-Kit.NET.dll
IncrementCounter(string, long, Dictionary<string, string>)
Increments a counter metric.
public void IncrementCounter(string name, long value = 1, Dictionary<string, string> tags = null)
Parameters
namestringThe counter name.
valuelongThe increment value (default 1).
tagsDictionary<string, string>Optional tags.