Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.82 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.82 KB

venator logo

Venator is a library and GUI application for recording, viewing, and filtering logs and spans from Rust programs instrumented with the tracing crate. It is purpose-built for rapid local development.

This is currently in a "beta" state; bugs and quirks are to be expected but functionality should be complete. Bug reports and future feature requests are welcome.

Usage

In your instrumented program:

[dependencies]
venator = "0.2.0"
use venator::Venator;

Venator::default().install();

Installing the Venator app (Rust 1.76 or newer):

cargo install venator-app
venator

Screenshots:

screenshots of events screen screenshots of spans screen screenshots of trace screen