Skip to content

Commit fbaa2fd

Browse files
authored
docs: add tracing-tracy to related crates (#964)
## Motivation tracing-tracy has become tested enough that I’m comfortable with suggesting it to people at least to try out. ## Solution List the crate among other related crates.
1 parent 76d60d8 commit fbaa2fd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ are not maintained by the `tokio` project. These include:
397397
environment variables with an `env_logger` compatible syntax.
398398
- [`tracing-unwrap`] provides convenience methods to report failed unwraps on `Result` or `Option` types to a `Subscriber`.
399399
- [`diesel-tracing`] provides integration with [`diesel`] database connections.
400+
- [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented
401+
applications.
400402

401403
(if you're the maintainer of a `tracing` ecosystem crate not in this list,
402404
please let us know!)
@@ -422,6 +424,8 @@ please let us know!)
422424
[`tracing-unwrap`]: https://docs.rs/tracing-unwrap
423425
[`diesel`]: https://crates.io/crates/diesel
424426
[`diesel-tracing`]: https://crates.io/crates/diesel-tracing
427+
[`tracing-tracy`]: https://crates.io/crates/tracing-tracy
428+
[Tracy]: https://github.com/wolfpld/tracy
425429

426430
**Note:** that some of the ecosystem crates are currently unreleased and
427431
undergoing active development. They may be less stable than `tracing` and

tracing/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ maintained by the `tokio` project. These include:
383383
environment variables with an `env_logger` compatible syntax.
384384
- [`tracing-unwrap`] provides convenience methods to report failed unwraps on `Result` or `Option` types to a `Subscriber`.
385385
- [`diesel-tracing`] provides integration with [`diesel`] database connections.
386+
- [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented
387+
applications.
386388

387389
If you're the maintainer of a `tracing` ecosystem crate not listed above,
388390
please let us know! We'd love to add your project to the list!
@@ -401,6 +403,8 @@ please let us know! We'd love to add your project to the list!
401403
[`tracing-unwrap`]: https://docs.rs/tracing-unwrap
402404
[`diesel`]: https://crates.io/crates/diesel
403405
[`diesel-tracing`]: https://crates.io/crates/diesel-tracing
406+
[`tracing-tracy`]: https://crates.io/crates/tracing-tracy
407+
[Tracy]: https://github.com/wolfpld/tracy
404408

405409
**Note:** that some of the ecosystem crates are currently unreleased and
406410
undergoing active development. They may be less stable than `tracing` and

tracing/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@
729729
//! - [`tracing-unwrap`] provides convenience methods to report failed unwraps
730730
//! on `Result` or `Option` types to a `Subscriber`.
731731
//! - [`diesel-tracing`] provides integration with [`diesel`] database connections.
732+
//! - [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented
733+
//! applications.
732734
//!
733735
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
734736
//! please let us know! We'd love to add your project to the list!
@@ -752,6 +754,8 @@
752754
//! [`tracing-unwrap`]: https://docs.rs/tracing-unwrap
753755
//! [`diesel`]: https://crates.io/crates/diesel
754756
//! [`diesel-tracing`]: https://crates.io/crates/diesel-tracing
757+
//! [`tracing-tracy`]: https://crates.io/crates/tracing-tracy
758+
//! [Tracy]: https://github.com/wolfpld/tracy
755759
//!
756760
//! <div class="information">
757761
//! <div class="tooltip ignore" style="">ⓘ<span class="tooltiptext">Note</span></div>

0 commit comments

Comments
 (0)