File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,10 @@ maintained by the `tokio` project. These include:
390
390
- [ ` diesel-tracing ` ] provides integration with [ ` diesel ` ] database connections.
391
391
- [ ` tracing-tracy ` ] provides a way to collect [ Tracy] profiles in instrumented
392
392
applications.
393
+ - [ ` tracing-elastic-apm ` ] provides a layer for reporting traces to [ Elastic APM] .
394
+ - [ ` tracing-etw ` ] provides a layer for emitting Windows [ ETW] events.
395
+ - [ ` tracing-fluent-assertions ` ] provides a fluent assertions-style testing
396
+ framework for validating the behavior of ` tracing ` spans.
393
397
394
398
If you're the maintainer of a ` tracing ` ecosystem crate not listed above,
395
399
please let us know! We'd love to add your project to the list!
@@ -410,6 +414,11 @@ please let us know! We'd love to add your project to the list!
410
414
[ `diesel-tracing` ] : https://crates.io/crates/diesel-tracing
411
415
[ `tracing-tracy` ] : https://crates.io/crates/tracing-tracy
412
416
[ Tracy ] : https://github.com/wolfpld/tracy
417
+ [ `tracing-elastic-apm` ] : https://crates.io/crates/tracing-elastic-apm
418
+ [ Elastic APM ] : https://www.elastic.co/apm
419
+ [ `tracing-etw` ] : https://github.com/microsoft/tracing-etw
420
+ [ ETW ] : https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing
421
+ [ `tracing-fluent-assertions` ] : https://crates.io/crates/tracing-fluent-assertions
413
422
414
423
** Note:** that some of the ecosystem crates are currently unreleased and
415
424
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 739
739
//! applications.
740
740
//! - [`tracing-elastic-apm`] provides a layer for reporting traces to [Elastic APM].
741
741
//! - [`tracing-etw`] provides a layer for emitting Windows [ETW] events.
742
+ //! - [`tracing-fluent-assertions`] provides a fluent assertions-style testing
743
+ //! framework for validating the behavior of `tracing` spans.
742
744
//!
743
745
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
744
746
//! please let us know! We'd love to add your project to the list!
765
767
//! [`diesel-tracing`]: https://crates.io/crates/diesel-tracing
766
768
//! [`tracing-tracy`]: https://crates.io/crates/tracing-tracy
767
769
//! [Tracy]: https://github.com/wolfpld/tracy
768
- //! [`tracing-elastic-apm`]: https://crates.io/crates/tracing-elastic-apm
769
- //! [Elastic APM]: https://www.elastic.co/apm
770
- //! [`tracing-etw`]: https://github.com/microsoft/tracing-etw
771
- //! [ETW]: https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing
770
+ //! [`tracing-fluent-assertions`]: https://crates.io/crates/tracing-fluent-assertions
772
771
//!
773
772
//! <pre class="ignore" style="white-space:normal;font:inherit;">
774
773
//! <strong>Note</strong>: Some of these ecosystem crates are currently
You can’t perform that action at this time.
0 commit comments