Crates.io | venator |
lib.rs | venator |
version | 0.2.0 |
source | src |
created_at | 2024-09-12 04:27:24.769193 |
updated_at | 2024-11-13 04:26:23.728795 |
description | A tracing layer for exporting logs and spans to the Venator app |
homepage | |
repository | https://github.com/kmdreko/venator |
max_upload_size | |
id | 1372475 |
size | 28,267 |
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.
[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();