Counter
Noun · Development
Definitions
A variable, metric, or data structure used to track how many times something has happened or how many items exist. Counters appear in loops, rate limiting, observability, capacity tracking, and many other programming contexts.
In plain English: A value that keeps track of a count.
Example: "They exposed a counter for failed login attempts so alerts could trigger before the database started to saturate."