func init() { metric.Register("disk", &DiskMetric{}) }
func init() { metric.Register("memory", &MemoryMetric{}) }
func init() { metric.Register("load", &LoadMetric{}) }
func init() { metric.Register("swap", &SwapMetric{}) }
func init() { metric.Register("disk", &DiskMetric{}) }
func init() { metric.Register("memory", &MemoryMetric{}) }
func init() { metric.Register("load", &LoadMetric{}) }
func init() { metric.Register("swap", &SwapMetric{}) }