node_exporter
node_exporter copied to clipboard
Exporter for machine metrics
  I upgraded github.com/prometheus/client_golang to v1.19.1 and found that the promlog was missing. After updating node_exporter, I found that some default indicators were gone. Printing found that none of...
It's similar to the other BSD collectors but we have to do a special sysctl dance to read `ifi_oqdrops`.
Hi, Hope everyone is doing well. I am recently working on adding support for some new metrics related to `/sys/devices/soc*`, using `prometheus/procfs` repo. I've added the related code in `prometheus/procfs`...
Propagating changes from prometheus/prometheus default branch.
### What did you do that produced an error? Check runit collector sources: https://github.com/prometheus-community/go-runit/blob/master/runit/runit.go#L82-L99 ### What did you expect to see? It should open FIFO file `ok` on write before...
### Host operating system: output of `uname -a` ``` Linux jetson 5.15.136-tegra #1 SMP PREEMPT Wed Apr 24 19:36:48 PDT 2024 aarch64 aarch64 aarch64 GNU/Linux ``` ### node_exporter version: output...
For integration tests. Fixes https://github.com/prometheus/node_exporter/issues/2883.
Go net package's net.InterfaceByIndex fetches the _entire_ interface table behind the scenes, despite us specifying the interface index that we are interested in. This results in an exponential amount of...
### Question description Hello, I would like to ask a question. When using node-exporter for metric collection, I have noticed an inconsistency in the behavior of the metric "node_filesystem_readonly" across...
sfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ panic: Couldn't create metrics handler: couldn't create collector: Unable to get isolated cpus: strconv.Atoi: parsing " (null)": invalid syntax goroutine 1 [running]: main.newHandler(0x1, 0x28, {0xcef880, 0xc00004a4c0}) /app/node_exporter.go:69 +0x2ab main.main()...