rust-prometheus
Crate prometheus
Crate serde Crate serde_yaml yaml-rust
# build
$ cd github.com/wangfeiping/ratchet/
$ make
$ ./target/release/ratchet --version
# running
$ cd ./target/release/
$ ./ratchet --log-level debug
$ curl http://127.0.0.1:8080/
$ curl http://127.0.0.1:8080/metrics
# new
$ cargo new --lib common/ratchet_version
$ cargo new --lib common/prometheus
$ cargo new --lib common/logger
$ cargo new --lib watcher