Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmhatfield/go-runtime-metrics
/ types & classes
Types & classes
3 in github.com/bmhatfield/go-runtime-metrics
⨍
Functions
10
◇
Types & classes
3
Struct
Collector
Collector implements the periodic grabbing of informational data from the runtime package and outputting the values to a GaugeFunc.
collector/collector.go:16
FuncType
GaugeFunc
GaugeFunc is an interface that implements the setting of a gauge value in a stats system. It should be expected that key will contain multiple parts s
collector/collector.go:12
Struct
cpuStats
collector/collector.go:73