Example #1
0
func init() {
	metric.Register("disk", &DiskMetric{})
}
Example #2
0
func init() {
	metric.Register("memory", &MemoryMetric{})
}
Example #3
0
func init() {
	metric.Register("load", &LoadMetric{})
}
Example #4
0
func init() {
	metric.Register("swap", &SwapMetric{})
}