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:20 UTC

[skywalking-rust] branch master updated (6cc61f1 -> d50a8d2)

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

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


    from 6cc61f1  Support context extract. (#1)
     add d8d13df  Init asf yaml control
     add 73f8497  Finish the core APIs and part of document.
     new d50a8d2  Merge pull request #2 from apache/extract

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 .asf.yaml


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

Posted by wu...@apache.org.
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(-)