Registry / observability / prometheus-node-exporter

prometheus-node-exporter

JSON →
library1.11.1gogounverified

Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go.

go get github.com/prometheus/node_exporter
INSTALL
IMPORT
SIG · PROMETHEUS-NODE-EX
P
prometheus-node-exporter
observabilitygov1.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

node_exporter
✓ github.com/prometheus/node_exporter

Note: node_exporter is typically used as a binary, not imported as a library.

package main import ( "fmt" "github.com/prometheus/node_exporter" ) func main() { fmt.Println("Node Exporter is a standalone binary, not a library.") }
Debug
Known issues
gotchanode_exporter is primarily a standalone binary; importing it as a library is not its intended use.
fix
Use the official Prometheus client libraries for custom metric collection.
affects: all
Upgrade
Version history
1.11.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
2
Amazon
1
Resources
prometheus-node-exporter — go get prometheus-node-exporter · libregistry