# Functions
New creates a new Collector that will periodically output statistics to statsHandler.
# Structs
Collector implements the periodic grabbing of informational data of go runtime to a RuntimeStatsHandler.
RuntimeStats represents metrics of go runtime.
# Type aliases
RuntimeStatsHandler represents a handler to handle stats after successfully gathering statistics.