Update system.go (#66)

fix typo
This commit is contained in:
有张纸
2017-03-23 00:32:57 +08:00
committed by Calle Pettersson
parent a41b9de37c
commit 53048a42fd

View File

@@ -72,7 +72,7 @@ func NewSystemCollector() (Collector, error) {
// to the provided prometheus Metric channel.
func (c *SystemCollector) Collect(ch chan<- prometheus.Metric) error {
if desc, err := c.collect(ch); err != nil {
log.Println("[ERROR] failed collecting os metrics:", desc, err)
log.Println("[ERROR] failed collecting system metrics:", desc, err)
return err
}
return nil