diff --git a/README.md b/README.md index 01e0bb8b5c..50dfdc15c6 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ maintained by the `opentelemetry` project. These include: Application Insights] exporter. - [`opentelemetry-tide`] provides integration for the [`Tide`] web server and ecosystem. +- [`opentelemetry-stackdriver`] provides an exporter for Google's [Cloud Trace] + (which used to be called StackDriver). If you're the maintainer of an `opentelemetry` ecosystem crate not listed above, please let us know! We'd love to add your project to the list! @@ -109,6 +111,8 @@ above, please let us know! We'd love to add your project to the list! [Azure Application Insights]: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview [`opentelemetry-tide`]: https://crates.io/crates/opentelemetry-tide [`Tide`]: https://crates.io/crates/tide +[`opentelemetry-stackdriver`]: https://crates.io/crates/opentelemetry-stackdriver +[Cloud Trace]: https://cloud.google.com/trace/ ## Supported Rust Versions diff --git a/opentelemetry/README.md b/opentelemetry/README.md index 01e0bb8b5c..50dfdc15c6 100644 --- a/opentelemetry/README.md +++ b/opentelemetry/README.md @@ -85,6 +85,8 @@ maintained by the `opentelemetry` project. These include: Application Insights] exporter. - [`opentelemetry-tide`] provides integration for the [`Tide`] web server and ecosystem. +- [`opentelemetry-stackdriver`] provides an exporter for Google's [Cloud Trace] + (which used to be called StackDriver). If you're the maintainer of an `opentelemetry` ecosystem crate not listed above, please let us know! We'd love to add your project to the list! @@ -109,6 +111,8 @@ above, please let us know! We'd love to add your project to the list! [Azure Application Insights]: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview [`opentelemetry-tide`]: https://crates.io/crates/opentelemetry-tide [`Tide`]: https://crates.io/crates/tide +[`opentelemetry-stackdriver`]: https://crates.io/crates/opentelemetry-stackdriver +[Cloud Trace]: https://cloud.google.com/trace/ ## Supported Rust Versions diff --git a/opentelemetry/src/lib.rs b/opentelemetry/src/lib.rs index 5513890d32..b03883dc08 100644 --- a/opentelemetry/src/lib.rs +++ b/opentelemetry/src/lib.rs @@ -99,6 +99,8 @@ //! Application Insights] exporter. //! - [`opentelemetry-tide`] provides integration for the [`Tide`] web server //! and ecosystem. +//! - [`opentelemetry-stackdriver`] provides an exporter for Google's [Cloud Trace] +//! (which used to be called StackDriver). //! //! If you're the maintainer of an `opentelemetry` ecosystem crate not listed //! above, please let us know! We'd love to add your project to the list! @@ -123,6 +125,8 @@ //! [Azure Application Insights]: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview //! [`opentelemetry-tide`]: https://crates.io/crates/opentelemetry-tide //! [`Tide`]: https://crates.io/crates/tide +//! [`opentelemetry-stackdriver`]: https://crates.io/crates/opentelemetry-stackdriver +//! [Cloud Trace]: https://cloud.google.com/trace/ //! //! ## Supported Rust Versions //!