package
0.0.0-20170326170900-527a54029307
Repository: https://github.com/tevjef/go-runtime-metrics.git
Documentation: pkg.go.dev

# 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.