wu-sheng commented on a change in pull request #5:
URL: https://github.com/apache/skywalking-rust/pull/5#discussion_r771886489



##########
File path: src/context/trace_context.rs
##########
@@ -25,11 +25,42 @@ use std::sync::Arc;
 
 use super::system_time::UnixTimeStampFetcher;
 
+/// Span is a concept that represents trace information for a single RPC.
+/// The Rust SDK supports Entry Span to represent inbound to a service
+/// and Exit Span to represent outbound from a service.
+///
+/// # Example

Review comment:
       This should have a copy on the readme.md in the root, right?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to