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

[incubator-skywalking] branch 5.0.0-alpha-doc updated (77f7ce2 -> b74f59e)

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

hanahmily pushed a change to branch 5.0.0-alpha-doc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 77f7ce2  Update NOTICE.txt
     add ad31bf2  Update skywalking-ui submodule
     add a7bbe2f  Sync UI updates.
     add 0ef48ad  Merge pull request #867 from apache/5.0.0-alpha-doc
     add fd3d5ad  Merge branch 'master' into sync-ui
     add 5825914  Fixed the Dashboard and Topology bug.
     add 6ba5453  Use JVM metric to update instance heart beat time when using java agent.
     add 41840ce  Fixed the bug which the memory max non heap metric value is -1 when using JDK 1.8.
     add bdc0601  Fixed the call type in calls of topology.
     add 09f9c12  Fixed the pagination bug.
     add 40eeb87  1. Get the service id only when agent register service name. 2. Setting the src span type when agent register service name. 3. Revert the topology build logic.
     add 5d0ea12  Merge branch 'master' into fixed/855
     add 8b366e1  Merge branch 'fixed/855' of https://github.com/peng-yongsheng/incubator-skywalking into fixed/855
     add 0e61c97  Merge branch 'master' into fixed/855
     add e7b3014  Merge pull request #865 from peng-yongsheng/fixed/855
     add c6dce72  Merge branch 'master' into sync-ui
     add 10ccd4f  Merge pull request #868 from apache/sync-ui
     add 8e3e0a3  Clear the duration in query condition when trace id is not empty.
     add c7dae33  Make the alarm trend rate value is 0 when application size equal to 0.
     add da3d993  Add application node when the source of reference is not have application metric.
     add 0006cb4  Fixed the NullPointerException in getServerThroughput method.
     add ca20d08  Use application mapping to get the actual application id for the alarm title.
     add 610edfe  Fixed compile error.
     add 9b6f872  Merge pull request #870 from peng-yongsheng/fixed/855
     add b4f455c  Merge branch 'master' of https://github.com/apache/incubator-skywalking into apache-master
     add 00229e4  Merge branch 'apache-master' into submodule/update-ui
     add 67a8771  Merge pull request #872 from hanahmily/submodule/update-ui
     add 7a73e3b  Add the third Party Components description into notice file.
     add cc30009  Update submodule/skywaling-ui
     add a66d280  Merge pull request #876 from hanahmily/submodule/update-ui
     add 5776889  Merge branch 'master' into feature/notice
     add ae6a739  Update NOTICE.txt
     add c587b9f  Report @ 2018/03/04 23:00, Dashboard [COLLECTOR] The /api/dashboard response is incorrect . Fixed the number of application bug.
     add a9850c1  Report @ 2018/03/04 23:00, Application, [COLLECTOR] The topology is incorrect. Fixed the getApplicationTopology bug, remove the application node which not contains the source or target of calls.
     add 9e9c08d  Merge pull request #879 from peng-yongsheng/fixed/855
     add ba3a506  Merge branch 'master' into feature/notice
     add 4a7f11c  Merge pull request #878 from peng-yongsheng/feature/notice
     add b74f59e  Merge branch 'master' into 5.0.0-alpha-doc

No new revisions were added by this update.

Summary of changes:
 NOTICE.txt                                         |  4 ++
 .../provider/handler/JVMMetricsServiceHandler.java |  9 +++
 .../ServiceNameDiscoveryServiceHandler.java        |  2 +-
 .../define/service/IServiceNameService.java        |  3 +
 .../provider/service/ServiceNameService.java       |  4 ++
 .../define/decorator/ReferenceDecorator.java       |  1 +
 .../provider/service/SegmentBase64Printer.java     | 78 ++++++++++++++++++++++
 .../src/test}/resources/log4j2.xml                 |  0
 .../storage/es/dao/ui/InstanceEsUIDAO.java         |  8 ++-
 .../storage/es/dao/ui/MemoryMetricEsUIDAO.java     |  8 ++-
 .../storage/h2/dao/ui/MemoryMetricH2UIDAO.java     |  7 +-
 .../apm/collector/ui/query/AlarmQuery.java         |  6 +-
 .../apm/collector/ui/query/TraceQuery.java         | 12 ++--
 .../apm/collector/ui/service/AlarmService.java     | 35 ++++++++--
 .../collector/ui/service/ApplicationService.java   | 14 ++--
 .../ui/service/ApplicationTopologyService.java     | 16 ++++-
 .../ui/service/ClusterTopologyService.java         |  2 +-
 .../collector/ui/service/SecondBetweenService.java |  6 +-
 .../apm/collector/ui/service/ServerService.java    | 24 ++++---
 .../ui/service/ServiceTopologyService.java         |  4 +-
 .../apm/collector/ui/service/TopologyBuilder.java  | 28 ++++++--
 .../apm/collector/ui/utils/ApdexCalculator.java    |  6 +-
 .../core/dictionary/OperationNameDictionary.java   | 22 +++++-
 skywalking-ui                                      |  2 +-
 24 files changed, 253 insertions(+), 48 deletions(-)
 create mode 100644 apm-collector/apm-collector-analysis/analysis-segment-parser/segment-parser-provider/src/test/java/org/apache/skywalking/apm/collector/analysis/segment/parser/provider/service/SegmentBase64Printer.java
 copy apm-collector/{apm-collector-boot/src/main => apm-collector-analysis/analysis-segment-parser/segment-parser-provider/src/test}/resources/log4j2.xml (100%)

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