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 2020/01/23 08:52:34 UTC

[dubbo-go] branch develop updated (bc23f7c -> d9075ad)

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.git.


    from bc23f7c  Merge pull request #336 from zouyx/feature/UpdateLicense
     new d63631b  Add opentracing dependency
     new a8e952e  define TracingFilter
     new e556b01  Doing tracing filter
     new 833000b  Doing tracing filter
     new 5c78245  tested tracing filter
     new 5216fb1  rearrnage imports
     new e07ca04  Move context to the invocation
     new 0c19b52  Using default context.Context.
     new cc7fc72  Merge origin develop
     new e071810  Pass Context from client
     new 37d517e  Merge context
     new 70a7436  Merge develop
     new c48b3cb  JsonRPC tracing chain
     new aec964d  Split import
     new 0196c0e  Remove TODO
     new d9075ad  Merge pull request #335 from flycash/feature/Opentracing

The 1309 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:
 common/constant/key.go                             |   4 +
 common/proxy/proxy.go                              |   7 +-
 common/proxy/proxy_factory/default.go              |   4 +-
 filter/filter_impl/tracing_filter.go               | 107 +++++++++++++++++++++
 ...s_log_filter_test.go => tracing_filter_test.go} |  52 ++++------
 go.mod                                             |   1 +
 go.sum                                             |  25 +++++
 protocol/invocation/rpcinvocation.go               |   8 +-
 protocol/jsonrpc/http.go                           |  17 +++-
 protocol/jsonrpc/http_test.go                      |   6 ++
 protocol/jsonrpc/jsonrpc_invoker.go                |   2 +-
 protocol/jsonrpc/server.go                         |  13 ++-
 12 files changed, 197 insertions(+), 49 deletions(-)
 create mode 100644 filter/filter_impl/tracing_filter.go
 copy filter/filter_impl/{access_log_filter_test.go => tracing_filter_test.go} (52%)