2 unstable releases

0.2.0 Nov 13, 2024
0.1.0 Sep 12, 2024

#866 in Debugging

Download history 58/week @ 2024-09-07 32/week @ 2024-09-14 11/week @ 2024-09-21 16/week @ 2024-09-28 2/week @ 2024-10-05 112/week @ 2024-11-09 24/week @ 2024-11-16 5/week @ 2024-11-23 11/week @ 2024-11-30

152 downloads per month

MIT license

29KB
662 lines

The Venator library provides a tracing layer that will export logs and spans to the Venator app.

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

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

Venator::builder()
    .with_host("localhost:8362")
    .with_attribute("service", "my_app")
    .with_attribute("environment", "dev")
    .build()
    .install();

Dependencies

~1.9–2.6MB
~50K SLoC