opentracing / opentracing-rust

OpenTracing API for Rust
http://opentracing.io
Apache License 2.0
76 stars 7 forks source link

The Tokio project is working on a tracing lib that should be compatible with open tracing #15

Open carllerche opened 5 years ago

carllerche commented 5 years ago

Tokio is working on Tokio Trace, a scoped, structured logging system:

The design is decoupled from any specific tracing implementation and enables libraries to instrument themselves. It should enable open trace based subscribers to observe these events and be compatible with the open tracing system.

I thought I would point it out here in case you want to review and provide thoughts.