package
0.0.13
Repository: https://github.com/arden/easy.git
Documentation: pkg.go.dev

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