mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
Updated procfs to used patched version
This commit is contained in:
parent
de82d1a4a4
commit
e020eb437b
|
@ -22,8 +22,8 @@ import (
|
|||
"log/slog"
|
||||
"os"
|
||||
|
||||
"github.com/finomosec/procfs"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/procfs"
|
||||
)
|
||||
|
||||
type mdadmCollector struct {
|
||||
|
|
Loading…
Reference in a new issue