diff --git a/README.md b/README.md index 7fb11378ff..67e233ce42 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,6 @@ are not maintained by the `tokio` project. These include: - [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented applications. - [`tracing-elastic-apm`] provides a layer for reporting traces to [Elastic APM]. -- [`tracing-etw`] provides a layer for emitting Windows [ETW] events. - [`sentry-tracing`] provides a layer for reporting events and traces to [Sentry]. - [`tracing-forest`] provides a subscriber that preserves contextual coherence by grouping together logs from the same spans during writing. @@ -434,8 +433,6 @@ please let us know!) [Tracy]: https://github.com/wolfpld/tracy [`tracing-elastic-apm`]: https://crates.io/crates/tracing-elastic-apm [Elastic APM]: https://www.elastic.co/apm -[`tracing-etw`]: https://github.com/microsoft/tracing-etw -[ETW]: https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing [`sentry-tracing`]: https://crates.io/crates/sentry-tracing [Sentry]: https://sentry.io/welcome/ [`tracing-forest`]: https://crates.io/crates/tracing-forest diff --git a/tracing/README.md b/tracing/README.md index 8f7f0a6241..ee41ef93eb 100644 --- a/tracing/README.md +++ b/tracing/README.md @@ -372,7 +372,6 @@ maintained by the `tokio` project. These include: - [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented applications. - [`tracing-elastic-apm`] provides a layer for reporting traces to [Elastic APM]. -- [`tracing-etw`] provides a layer for emitting Windows [ETW] events. - [`tracing-fluent-assertions`] provides a fluent assertions-style testing framework for validating the behavior of `tracing` spans. - [`sentry-tracing`] provides a layer for reporting events and traces to [Sentry]. @@ -400,8 +399,6 @@ please let us know! We'd love to add your project to the list! [Tracy]: https://github.com/wolfpld/tracy [`tracing-elastic-apm`]: https://crates.io/crates/tracing-elastic-apm [Elastic APM]: https://www.elastic.co/apm -[`tracing-etw`]: https://github.com/microsoft/tracing-etw -[ETW]: https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing [`tracing-fluent-assertions`]: https://crates.io/crates/tracing-fluent-assertions [`sentry-tracing`]: https://crates.io/crates/sentry-tracing [Sentry]: https://sentry.io/welcome/ diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index 916cf03cdf..e4aa97e8ad 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -799,7 +799,6 @@ //! - [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented //! applications. //! - [`tracing-elastic-apm`] provides a layer for reporting traces to [Elastic APM]. -//! - [`tracing-etw`] provides a layer for emitting Windows [ETW] events. //! - [`tracing-fluent-assertions`] provides a fluent assertions-style testing //! framework for validating the behavior of `tracing` spans. //! - [`sentry-tracing`] provides a layer for reporting events and traces to [Sentry]. @@ -837,8 +836,6 @@ //! [Tracy]: https://github.com/wolfpld/tracy //! [`tracing-elastic-apm`]: https://crates.io/crates/tracing-elastic-apm //! [Elastic APM]: https://www.elastic.co/apm -//! [`tracing-etw`]: https://github.com/microsoft/rust_win_etw/tree/main/win_etw_tracing -//! [ETW]: https://docs.microsoft.com/en-us/windows/win32/etw/about-event-tracing //! [`tracing-fluent-assertions`]: https://crates.io/crates/tracing-fluent-assertions //! [`sentry-tracing`]: https://crates.io/crates/sentry-tracing //! [Sentry]: https://sentry.io/welcome/