1package node_exporter //nolint:golint 2 3import ( 4 "github.com/prometheus/procfs/sysfs" 5) 6 7func init() { 8 DefaultConfig.SysFSPath = sysfs.DefaultMountPoint 9} 10 11