Table of Contents

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

name string

The counter name.

value long

The increment value (default 1).

tags Dictionary<string, string>

Optional tags.