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 docker-compose up -d
to run Jaeger and see OTLP
in action.