# Functions
FromCollection creates a collector from a collection configuration stored in the database.
New creates a collector with the given name.
# Interfaces
A Collector retrieves all the metric values for all the gauges and counters configured.
# Type aliases
MetricKind specify the type of the metric: counter or gauge.