# Functions

GetOrRegisterCounter tries to get the StatCounter first.
ManagerType returns the type of Manager interface.

# Structs

NoopManager is an implementation of Manager, which doesn't has actual functionalities.

# Interfaces

Counter is the interface for stats counters.
Manager is the interface for stats manager.