reset abstract method

void reset()

Resets all metrics to zero, clearing accumulated statistics.

Useful for monitoring windows or when starting a new measurement interval.

This operation does not affect the underlying rate limit state — it only resets the counters maintained by this metrics tracker.

Implementation

void reset();