mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-26 22:19:44 -08:00
fix copy-paste error in comment
Comment seems to be copied from netdev_linux.go, where it is correct.
This commit is contained in:
parent
1ff6c0ce9d
commit
5d6fb852bb
|
@ -43,7 +43,7 @@ func init() {
|
|||
}
|
||||
|
||||
// Takes a prometheus registry and returns a new Collector exposing
|
||||
// network device stats.
|
||||
// kernel/system statistics.
|
||||
func NewStatCollector() (Collector, error) {
|
||||
return &statCollector{
|
||||
cpu: prometheus.NewCounterVec(
|
||||
|
|
Loading…
Reference in a new issue