RillRate - real-time tracing dashboard (full-stack Rust)

I've created Yew framework to develop in 2018. The reason was to make a dashboard for live monitoring and tracing. I couldn't release the product fast and it took more than 2 years to do that...

Thanks to the all maintainers who invested time to improve Yew framework and Thanks to everyone who helped to make Rust so awesome and async!

Meet the real-time monitoring and tracing embeddable dashboard that written in Rust COMPLETELY!

https://github.com/rillrate/rillrate

How to use it?

use rillrate::{Counter, RillRate};

let _rr = RillRate::from_env("my-app");
let counter = Counter::create("my.module.counter")?;
counter.inc(1.0);

Simple just like writing some lines )

:tada: :tada: :tada: :tada: :tada:

5 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.