# Functions

New creates a new Collector that will periodically output statistics to fieldsFunc.

# Structs

Collector implements the periodic grabbing of informational data from the runtime package and outputting the values to a GaugeFunc.
NOTE: uint64 is not supported by influxDB client due to potential overflows.

# Type aliases

FieldsFunc represents a callback after successfully gathering statistics.