A lightweight Rust tool that watches your CPU cores (and other system metrics!) and exports them to Prometheus
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Did a bunch of tasks to get it ready to ship:
- Made a custom Grafana dashboard to demo the program
- Actually set it up locally as a demo
- Added detailed installation instructions to the readme (including some quick start steps)
- Attempted to create a Github Action for compiling it (it didn't work)
- Pushed a v1.0.0 release
Core Watcher now sends network packets/bites transmitted/received! I think I'll add errored packets too.
I'm making another Rust project! I want to learn how to make a Prometheus exporter & cool Grafana dashboards, so I'm making a simple-but-useful system info exporter over the weekend.
I've got a basic exporter working with a test metric. A good start!
(Exporter? I barely know her!)