https://github.com/schultyy/promrs
https://github.com/schultyy/promrs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schultyy/promrs
- Owner: schultyy
- Created: 2021-12-19T19:48:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T01:27:55.000Z (over 1 year ago)
- Last Synced: 2025-06-29T21:02:24.151Z (12 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# promrs
A very incomplete Prometheus implementation in Rust.
This project's sole purpose is to learn working with Tokio's tasks and building a rudimentary data store.
## Usage
Run the application with:
```
$ cargo run
```
You need to have **Node Exporter** running on `localhost:9100/metrics`. promrs only crawls this single, hard-coded Url at the moment.
It's possible to query data via `http://localhost:3030/query?key=metric`.
## License
MIT