The Venator Rust library provides a tracing layer that will export logs and spans to the Venator app.
Usage
[]
= "1.1.0"
Install it as the global subscriber:
use Venator;
// minimal
default.install;
use Venator;
// configured
builder
.with_host
.with_attribute
.with_attribute
.with_attribute
.build
.install;
Or use it as a Layer:
use SubscriberExt;
use SubscriberInitExt;
use Venator;
registry
.with
.with
.with
.init