Skip to content

Commit

Permalink
chore(xray-lite): xray-lite-aws-sdk info and acknowledgements
Browse files Browse the repository at this point in the history
The API documentation includes a link to `xray-lite-aws-sdk` and the
acknowledgements.
  • Loading branch information
kikuomax committed Mar 30, 2024
1 parent c3c4d03 commit 3cb5df9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xray-lite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
//!
//! #### Subsegment of AWS service operation
//!
//! **The [`xray_lite_aws_sdk`](https://docs.rs/xray-lite-aws-sdk) extension is
//! recommended for tracing operations through
//! [AWS SDK for Rust](https://aws.amazon.com/sdk-for-rust/).**
//!
//! Here is an example to record a subsegment of an AWS service operation
//! within a Lambda function invocation instrumented with AWS X-Ray:
//!
Expand Down Expand Up @@ -105,6 +109,11 @@
//! // the subsegment will be ended and reported when it is dropped
//! }
//! ```
//!
//! ### Acknowledgements
//!
//! This crate is based on the [great work](https://github.com/softprops/xray)
//! by [Doug Tangren (softprops)](https://github.com/softprops).
mod client;
mod context;
Expand Down

0 comments on commit 3cb5df9

Please sign in to comment.