https://github.com/heim-rs/heim-node-exporter
PoC clone of the Prometheus' node exporter
https://github.com/heim-rs/heim-node-exporter
example node-exporter rust
Last synced: 5 months ago
JSON representation
PoC clone of the Prometheus' node exporter
- Host: GitHub
- URL: https://github.com/heim-rs/heim-node-exporter
- Owner: heim-rs
- Created: 2019-04-11T13:20:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T08:28:36.000Z (about 6 years ago)
- Last Synced: 2025-06-30T11:56:25.696Z (7 months ago)
- Topics: example, node-exporter, rust
- Language: Rust
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Proof-of-concept clone of the [Prometheus node exporter](https://github.com/prometheus/node_exporter).
It is intended to be used only as an example and playground
for [heim](https://crates.io/crates/heim) crate.
In no case it would be developed to be the replacement to node exporter.