# Functions
NewCollector creates a new stats collector.
NewHistogramStatsCollector creates a new histogram stats collector.
RegisterCollector registers a new stats collector with the given name.
# Variables
StatsCollectorRegistry holds the a registry of stats collectors.
# Structs
HistogramStatsCollector is a stats collector that collects histogram stats.
Stat represents statistical data for a specific stat.
# Interfaces
ICollector is an interface that defines the methods that a stats collector should implement.
# Type aliases
Stats is a map that stores statistical data.