7 unstable releases (3 breaking)

0.4.0 Dec 27, 2021
0.3.1 Apr 15, 2021
0.2.0 May 29, 2020
0.1.0 Apr 7, 2020
0.1.0-alpha-1 Mar 10, 2020

#735 in Debugging

Download history 521/week @ 2023-12-22 922/week @ 2023-12-29 1353/week @ 2024-01-05 1524/week @ 2024-01-12 1808/week @ 2024-01-19 1493/week @ 2024-01-26 1599/week @ 2024-02-02 1595/week @ 2024-02-09 1796/week @ 2024-02-16 1364/week @ 2024-02-23 805/week @ 2024-03-01 1230/week @ 2024-03-08 1289/week @ 2024-03-15 1331/week @ 2024-03-22 1597/week @ 2024-03-29 1205/week @ 2024-04-05

5,585 downloads per month
Used in 8 crates (3 directly)

MIT license

31KB
568 lines

tracing-distributed on crates.io Documentation (latest release) License

tracing-distributed

Current version: 0.3.1

This crate provides:

  • TelemetryLayer, a generic tracing layer that handles publishing spans and events to arbitrary backends
  • Utilities for implementing distributed tracing for arbitrary backends

As a tracing layer, TelemetryLayer can be composed with other layers to provide stdout logging, filtering, etc.

This crate is primarily intended to be used by people implementing their own backends. A concrete implementation using honeycomb.io as a backend is available in the tracing-honeycomb crate.

License

MIT

Dependencies

~1.6–2.2MB
~34K SLoC