You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by pe...@apache.org on 2018/04/23 06:40:34 UTC

[incubator-skywalking] branch ui-protocol/cpm updated (6fad260 -> 74fd4ce)

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

pengys pushed a change to branch ui-protocol/cpm
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 6fad260  Merge branch 'master' into ui-protocol/cpm
     add 4b96bc0  The implementation of getThermodynamic in overview page. (#1107)
     new 74fd4ce  Merge branch 'master' into ui-protocol/cpm

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:
 .../std/ResponseTimeDistributionSpanListener.java  |  21 ++--
 ...sponseTimeDistributionSpanListenerTestCase.java |  26 ++++-
 .../configuration/ConfigurationModule.java         |   3 +-
 ...=> IResponseTimeDistributionConfigService.java} |  12 +--
 .../configuration/ConfigurationModuleConfig.java   |  18 ++++
 .../configuration/ConfigurationModuleProvider.java |  20 ++--
 .../ResponseTimeDistributionConfigService.java}    |  30 ++----
 .../apm/collector/storage/StorageModule.java       |   2 +
 .../dao/ui/IResponseTimeDistributionUIDAO.java     | 106 +++++++++++++++++++++
 .../storage/es/StorageModuleEsProvider.java        |   3 +
 ...O.java => ResponseTimeDistributionEsUIDAO.java} |  45 ++++-----
 .../storage/h2/StorageModuleH2Provider.java        |   7 +-
 ...O.java => ResponseTimeDistributionH2UIDAO.java} |  10 +-
 apm-collector/apm-collector-storage/pom.xml        |   5 +
 .../apm/collector/ui/query/OverViewLayerQuery.java |  14 ++-
 .../service/ResponseTimeDistributionService.java   |  91 ++++++++++++++++++
 16 files changed, 341 insertions(+), 72 deletions(-)
 copy apm-collector/apm-collector-configuration/collector-configuration-define/src/main/java/org/apache/skywalking/apm/collector/configuration/service/{ICollectorConfig.java => IResponseTimeDistributionConfigService.java} (83%)
 copy apm-collector/{apm-collector-storage/collector-storage-define/src/main/java/org/apache/skywalking/apm/collector/storage/ui/overview/Thermodynamic.java => apm-collector-configuration/collector-configuration-provider/src/main/java/org/apache/skywalking/apm/collector/configuration/service/ResponseTimeDistributionConfigService.java} (63%)
 create mode 100644 apm-collector/apm-collector-storage/collector-storage-define/src/main/java/org/apache/skywalking/apm/collector/storage/dao/ui/IResponseTimeDistributionUIDAO.java
 copy apm-collector/apm-collector-storage/collector-storage-es-provider/src/main/java/org/apache/skywalking/apm/collector/storage/es/dao/ui/{CpuMetricEsUIDAO.java => ResponseTimeDistributionEsUIDAO.java} (50%)
 copy apm-collector/apm-collector-storage/collector-storage-h2-provider/src/main/java/org/apache/skywalking/apm/collector/storage/h2/dao/ui/{ApplicationAlarmListH2UIDAO.java => ResponseTimeDistributionH2UIDAO.java} (75%)
 create mode 100644 apm-collector/apm-collector-ui/collector-ui-jetty-provider/src/main/java/org/apache/skywalking/apm/collector/ui/service/ResponseTimeDistributionService.java

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

[incubator-skywalking] 01/01: Merge branch 'master' into ui-protocol/cpm

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch ui-protocol/cpm
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 74fd4cec76aae2d6e14fb0867aa267e337ec8a6b
Merge: 6fad260 4b96bc0
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Mon Apr 23 14:40:32 2018 +0800

    Merge branch 'master' into ui-protocol/cpm

 .../std/ResponseTimeDistributionSpanListener.java  |  21 ++--
 ...sponseTimeDistributionSpanListenerTestCase.java |  26 ++++-
 .../configuration/ConfigurationModule.java         |   3 +-
 .../IResponseTimeDistributionConfigService.java    |  31 ++++++
 .../configuration/ConfigurationModuleConfig.java   |  18 ++++
 .../configuration/ConfigurationModuleProvider.java |  20 ++--
 .../ResponseTimeDistributionConfigService.java     |  41 ++++++++
 .../apm/collector/storage/StorageModule.java       |   2 +
 .../dao/ui/IResponseTimeDistributionUIDAO.java     | 106 +++++++++++++++++++++
 .../storage/es/StorageModuleEsProvider.java        |   3 +
 .../es/dao/ui/ResponseTimeDistributionEsUIDAO.java |  72 ++++++++++++++
 .../storage/h2/StorageModuleH2Provider.java        |   7 +-
 .../h2/dao/ui/ResponseTimeDistributionH2UIDAO.java |  39 ++++++++
 apm-collector/apm-collector-storage/pom.xml        |   5 +
 .../apm/collector/ui/query/OverViewLayerQuery.java |  14 ++-
 .../service/ResponseTimeDistributionService.java   |  91 ++++++++++++++++++
 16 files changed, 480 insertions(+), 19 deletions(-)

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