Actively looking for a better name.
Local OpenTelemetry trace explorer app. Supports importing traces from files or starting an OpenTelemetry collector endpoint to collect data over HTTP.
I haven't had the time to setup an actual release process, so you'll have to build it yourself.
- Install latest Rust toolchain via Rustup.
- Install protoc (used to generate the OTel-compatible collector).
git clone --recurse-submodules git@github.com:randall-fulton/egui-trace.git
cd egui-trace
cargo install --path=.