You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/18 14:52:28 UTC

[dubbo-go-pixiu] branch develop updated (e88f221 -> 59c6681)

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

alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.


    from e88f221  Merge pull request #251 from MasterKenway/fix/grpc-sample
     new 72d445c  traing
     new b6b2b94  make the code more standardized
     new 562d4c0  fix go build failed
     new 7014560  add license
     new 479cc64  fix start warn log
     new c6ab5d9  dont extract body into span
     new 1a57628  fix conflict
     new 1c9d8c8  fix ci failed
     new 386ca4b  Merge branch 'develop' into tracing
     new 9b2a1d9  Merge branch 'develop' into tracing
     new e3b8d64  Merge branch 'develop' into tracing
     new cf01aa9  Merge branch 'develop' into tracing
     new 59c6681  Merge pull request #236 from LvBay/tracing

The 1007 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:
 {samples/plugins => .github/workflows}/go.sum |   0
 go.mod                                        |   6 +-
 go.sum                                        |   9 ++
 pkg/client/dubbo/dubbo.go                     |  21 +++-
 pkg/client/http/http.go                       |  29 ++++-
 pkg/common/constant/key.go                    |   1 +
 pkg/context/http/util.go                      |  32 ++++++
 pkg/filter/http/remote/call.go                |   3 +-
 pkg/filter/tracing/tracing.go                 | 147 ++++++++++++++++++++++++++
 pkg/model/tracing.go                          |   4 +-
 10 files changed, 241 insertions(+), 11 deletions(-)
 copy {samples/plugins => .github/workflows}/go.sum (100%)
 create mode 100644 pkg/filter/tracing/tracing.go