/tracing-toolbox

Toolbox for tracing in Rust

Primary LanguageRustApache License 2.0Apache-2.0

Toolbox for Tracing in Rust

Build Status License: MIT OR Apache-2.0

This repository provides various small(ish) tools for Rust tracing infrastructure. Currently, the following tools are included:

  • tracing-tunnel: Provides a tunnel to pass tracing information across an API boundary (such as the WASM client–host boundary).
  • tracing-capture: Allows capturing tracing spans and events, e.g. to use in test assertions.

License

All code is licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in tracing-toolbox by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.