mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08:00
Remove unused devstatCollector struct member 'bytes_total'.
This also fixes this golint issue: devstat_freebsd.go:40:2: don't use underscores in Go names; struct field bytes_total should be bytesTotal
This commit is contained in:
parent
bca09abf1c
commit
b2f4fd5776
|
@ -37,7 +37,6 @@ type devstatCollector struct {
|
||||||
devinfo *C.struct_devinfo
|
devinfo *C.struct_devinfo
|
||||||
|
|
||||||
bytes typedDesc
|
bytes typedDesc
|
||||||
bytes_total typedDesc
|
|
||||||
transfers typedDesc
|
transfers typedDesc
|
||||||
duration typedDesc
|
duration typedDesc
|
||||||
busyTime typedDesc
|
busyTime typedDesc
|
||||||
|
|
Loading…
Reference in a new issue