<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

ICounterMeasure

public interface ICounterMeasure : IMeasure
void Decrement()

Decrements this counter by 1.

void Decrement(long decrementBy)

Decrements this counter by the decrementBy value..

void Increment()

Increments this counter by 1.

void Increment(long incrementBy)

Increments this counter by the incrementBy value.

void Reset()

Resets this counter.

long Value()

Retrieves the current value.