mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-21 03:25:57 -08:00
Fix unused value (#3236)
Remove unused `queueDescs` value from diskstats collector. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
9889bcd757
commit
38f71f576c
|
@ -85,7 +85,6 @@ type diskstatsCollector struct {
|
|||
deviceMapperInfoDesc typedFactorDesc
|
||||
ataDescs map[string]typedFactorDesc
|
||||
logger *slog.Logger
|
||||
queueDescs []typedFactorDesc
|
||||
getUdevDeviceProperties func(uint32, uint32) (udevInfo, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue