The dream of this library is to create a flexible-to-distribute Webassembly-based OTel dashboard that can scale to 0.
However, as of now this is not at all production-ready -- getting there will take quite a bit of work to accomplish! Many production-ready open-source OTel dashboards already exist (Grafana/Loki/Prometheus), and I highly recommend using those projects unless you are interested in contributing to this project.
Prequisites:
- Rust with the
wasm32-wasip1
target -rustup target add wasm32-wasip1
- Spin
cargo-leptos
-cargo install --locked cargo-leptos
Build and run:
spin up --listen 127.0.0.1:4318 --build --sqlite @migrations.sql
to build and run the server. It will print the application URL.