Tools Kit for observable services.
How to use it
Configure tracing
- Simple scenario with environment based configuration and plain output, ideal for Rust tests:
let _result = init;
- Open Telemetry Protocol configured tracing.
let _result = try_init;
You can use podman compose up -d to run Jaeger, RUST_LOG=trace cargo test, wait a moment and see OTLP in action at http://localhost:16686/search