0 votes
in Prometheus Percipio by
What are Counters in Prometheus?

1 Answer

0 votes
by

A counter is any cumulative metric that shows an individual increasing counter monotonically and whose value could only reset or increase to zero over a restart. For example, we can use a counter to represent the number of errors, completed tasks, and requests served.

...