Commit graph

8 commits

Author SHA1 Message Date
Shashwat Hiregoudar 6cc12c3a03 making sure the tests pass
Signed-off-by: Shashwat Hiregoudar <shashwat.h@flipkart.com>
2025-06-17 17:34:52 +05:30
Shashwat Hiregoudar 74533358f9 correction
Signed-off-by: Shashwat Hiregoudar <shashwat.h@flipkart.com>
2025-06-17 17:34:52 +05:30
Shashwat Hiregoudar 4ed35903de correcting the logger
Signed-off-by: Shashwat Hiregoudar <shashwat.h@flipkart.com>
2025-06-17 17:34:52 +05:30
Shashwat Hiregoudar dbe4c8c0d3 improving nvme collector
Improvement of the NVMe collector in node-exporter, to include the below-mentioned NVMe namespace-specific parameters
NUSE
NCAP
NSZE
LBA Size
ANA State

Signed-off-by: Shashwat Hiregoudar <shashwathiregoudar@gmail.com>
Signed-off-by: Shashwat Hiregoudar <shashwat.h@flipkart.com>
2025-06-17 17:34:52 +05:30
Ben Kochie 090957658e
Update logging (#3097)
Switch from promlog/go-kit to promslog/slog for logging.
* Update Go build to 1.23.

Signed-off-by: Ben Kochie <superq@gmail.com>
2024-09-11 10:51:28 +02:00
Daniel Swarbrick 3fb5f70b0c Drop redundant GOOS build tags if already in filename
Drop redundant GOOS build tags at start of file if the constraint is
already specified by the filename, e.g. foo_GOOS.go or
foo_GOOS_GOARCH.go, avoiding potential confusion in future.

cf. https://pkg.go.dev/cmd/go#hdr-Build_constraints

Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
2023-08-08 14:30:39 +02:00
Julien Pivotto 68a6c78c0d
Update go to 1.17 (#2159)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2021-10-03 13:35:24 +02:00
Benjamin Drung b23146db3f Add nvme collector
Add a collector for NVMes to expose the firmware versions. This requires
procfs >= 0.7.0.

Fixes #1891
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
2021-07-06 13:38:15 +02:00