Namespace App.Metrics.Counter.Abstractions
Interfaces
IBuildCounterMetrics
ICounter
A counter is a simple incrementing and decrementing 64-bit integer. Each operation can also be applied to a item from a set and the counter will store individual count for each set item.
IMeasureCounterMetrics
Provides access to the API allowing Counter Metrics to be measured/recorded.