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