package
0.0.0-20220907145024-e4f994d17756
Repository: https://github.com/akilan1999/go-metrics-simple.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.