You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/02 09:51:41 UTC

[incubator-skywalking] branch master updated (ce1ba14 -> e5ea6cf)

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" <co...@skywalking.apache.org>'].

[incubator-skywalking] 01/01: Merge pull request #719 from apache/service/network-address-register

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

commit e5ea6cf33154f4319a82029038ca533e4e593384
Merge: ce1ba14 02755e2
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Jan 2 17:51:37 2018 +0800

    Merge pull request #719 from apache/service/network-address-register
    
    Isolate NetworkAddressRegisterService from ApplicationRegisterService

 .../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(-)

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