node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Exporter for machine metrics

Results 369 node_exporter issues
Sort by recently updated
recently updated
newest added

**_This PR is heavily work in progress_** --- The PR implements the interfaces added in https://github.com/prometheus/exporter-toolkit/pull/357, allowing Prometheus node-exporter to be embedded in OpenTelemetry Collector Distributions.

Raspberry Pis and other SBCs (like Odroid) expose their device tree in `/sys/firmware/devicetree/base/`. They contain data like `model` that expose the hardware model (similar to the `node_dmi_info` collector). Proposal: add...

enhancement
platform/Linux

This is useful for figuring out if wifi channels are congested

Hey folks, is there a version of node_exporter that exists that is fips compliant? If not, is it possible to get one?

Linux 6.13 now [ships with a new metric](https://www.phoronix.com/news/Linux-6.13-Non-MM) called [`hung_task_detect_count`](https://docs.kernel.org/admin-guide/sysctl/kernel.html#hung-task-detect-count) which: > Indicates the total number of tasks that have been detected as hung since the system boot. Could/should this...

accepted

Move the docs for the supported `timex` exporter above the docs of the deprecated `ntp` module. Many folks see the word "deprecated" and stop reading without realizing there's a supported...

I'd like to propose adding a new collector named vm_sysctl to the Node Exporter that exposes tunable values from /proc/sys/vm/, such as: - vm.max_map_count - vm.swappiness - vm.dirty_ratio These are...

I'd like to know (even better when the documentation covers that as well), how to run the node exporter with Podman. You have this example in your readme: ``` docker...

Systemd units have two status fields, "load state" and "active state". Node Exporter only reports on active state. If a unit has any load state other than "loaded" it is...