mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-30 15:20:49 -08:00
Merge pull request #126 from alicebob/typo
fix copy-paste error in comment
This commit is contained in:
commit
be57deff08
|
@ -43,7 +43,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Takes a prometheus registry and returns a new Collector exposing
|
// Takes a prometheus registry and returns a new Collector exposing
|
||||||
// network device stats.
|
// kernel/system statistics.
|
||||||
func NewStatCollector() (Collector, error) {
|
func NewStatCollector() (Collector, error) {
|
||||||
return &statCollector{
|
return &statCollector{
|
||||||
cpu: prometheus.NewCounterVec(
|
cpu: prometheus.NewCounterVec(
|
||||||
|
|
Loading…
Reference in a new issue