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/incubator-skywalking.git.


    from ce1ba14  Merge pull request #718 from apache/fix-link
     add 498e8a5  Isolate NetworkAddressRegisterService from 
ApplicationRegisterService
     add 02755e2  Remove comment.
     new e5ea6cf  Merge pull request #719 from 
apache/service/network-address-register

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:
 .../handler/InstanceDiscoveryServiceHandler.java   |  10 -
 .../main/proto/ApplicationRegisterService.proto    |   1 +
 .../src/main/proto/DiscoveryService.proto          |   5 +-
 .../main/proto/NetworkAddressRegisterService.proto |  19 ++
 .../apm/agent/core/context/TracingContext.java     |   2 +-
 .../agent/core/dictionary/DictionaryManager.java   |   6 +-
 ...ctionary.java => NetworkAddressDictionary.java} |  26 +-
 .../core/remote/AppAndServiceRegisterClient.java   |  38 +--
 docs/cn/Trace-Data-Protocol-CN.md                  | 289 ++-------------------
 9 files changed, 68 insertions(+), 328 deletions(-)
 create mode 100644 
apm-protocol/apm-network/src/main/proto/NetworkAddressRegisterService.proto
 rename 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/dictionary/{ApplicationDictionary.java
 => NetworkAddressDictionary.java} (65%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <commits@skywalking.apache.org>'].

Reply via email to