package
0.0.0-20190325085214-453332cf54e8
Repository: https://github.com/skx/golang-metrics.git
Documentation: pkg.go.dev
# Functions
New creates a new Collector that will periodically output statistics to gaugeFunc.
# Structs
Collector implements the periodic grabbing of informational data from the runtime package and outputting the values to a GaugeFunc.
# Type aliases
GaugeFunc is an interface that implements the setting of a gauge value in a stats system.