You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/02 02:37:21 UTC

[skywalking-rust] 01/01: Merge pull request #2 from apache/extract

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rust.git

commit d50a8d242f90d0b684e2aee54e2d59d2cbbe0c15
Merge: 6cc61f1 73f8497
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Mar 2 10:37:13 2020 +0800

    Merge pull request #2 from apache/extract
    
    Finish the tracing core APIs

 .asf.yaml                       |  33 +++++++++++++
 README.md                       |  53 +++++++++++++++++++++
 tracing-core/src/context.rs     |  82 +++++++++++++++++++++++++-------
 tracing-core/src/segment_ref.rs | 100 +++++++++++++++++++++++++++++++++++++++-
 tracing-core/src/span.rs        |  29 +++++++-----
 5 files changed, 267 insertions(+), 30 deletions(-)