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

wusheng pushed a change to branch zipkin/receiver-v1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 9e6044c  Add zipkin LICENSE in distribution LICENSE file. But no need 
the license text. All Apache 2.0 LICENSE files will be removed before beta2 
release.
     add 2768dd8  1. Refactor IInstanceIDService#getOrCreateByAgentUUID to 
accept AgentOsInfo instead of String. 2. Try to regester application code and 
instance id in receiving spans.

No new revisions were added by this update.

Summary of changes:
 .../handler/InstanceDiscoveryServiceHandler.java   | 26 +++----
 .../InstanceDiscoveryServiceHandlerTest.java       |  5 +-
 .../handler/InstanceDiscoveryServletHandler.java   |  6 +-
 .../register/define/service/AgentOsInfo.java       | 82 ++++++++++++++++++++++
 .../define/service/IInstanceIDService.java         |  2 +-
 .../provider/service/InstanceIDService.java        |  5 +-
 .../receiver-zipkin-provider/pom.xml               |  5 ++
 .../zipkin/provider/RegisterServices.java}         | 41 ++++++++---
 .../zipkin/provider/ZipkinReceiverProvider.java    | 21 ++++--
 .../zipkin/provider/handler/SpanJettyHandler.java  | 33 +++++----
 .../transform/Zipkin2SkyWalkingTransfer.java       |  8 ++-
 11 files changed, 182 insertions(+), 52 deletions(-)
 create mode 100644 
apm-collector/apm-collector-analysis/analysis-register/register-define/src/main/java/org/apache/skywalking/apm/collector/analysis/register/define/service/AgentOsInfo.java
 copy 
apm-collector/{apm-collector-analysis/analysis-register/register-define/src/main/java/org/apache/skywalking/apm/collector/analysis/register/define/AnalysisRegisterModule.java
 => 
apm-collector-thirdparty-receiver/receiver-zipkin/receiver-zipkin-provider/src/main/java/org/apache/skywalking/apm/collector/receiver/zipkin/provider/RegisterServices.java}
 (50%)

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to