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 9cd0f98 Merge pull request #836 from
peng-yongsheng/feature/getClusterTopology
add 7de5718 1. Add the column named srcSpanType into service_name table.
2. Add column named service_name_keyword into service_name elastic search table
by the type of keyword.
add 0692d41 1. Make the number of service contains the entry src span
type only. 2. Make the number of application not contains user application.
new e90cfc8 Merge pull request #837 from
peng-yongsheng/feature/getClusterBrief
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/ServiceNameDiscoveryServiceHandler.java | 3 ++-
.../grpc/provider/handler/mock/RegisterMock.java | 3 +++
.../handler/ServiceNameDiscoveryServiceHandler.java | 4 +++-
.../register/define/service/IServiceNameService.java | 3 +--
.../register/ServiceNameRegisterSerialWorker.java | 9 ++++++---
.../register/provider/service/ServiceNameService.java | 5 +++--
.../parser/standardization/ReferenceIdExchanger.java | 5 +++--
.../parser/standardization/SpanIdExchanger.java | 2 +-
.../cache/service/ServiceIdCacheService.java | 3 +--
.../guava/service/ServiceIdCacheGuavaService.java | 14 +++++++-------
.../skywalking/apm/collector/core/util/Const.java | 1 +
.../storage/dao/cache/IServiceNameCacheDAO.java | 2 +-
.../collector/storage/table/register/ServiceName.java | 11 ++++++++++-
.../storage/table/register/ServiceNameTable.java | 3 ++-
.../storage/es/dao/cache/ServiceNameEsCacheDAO.java | 7 ++++---
.../es/dao/register/ServiceNameRegisterEsDAO.java | 2 ++
.../storage/es/dao/ui/ServiceNameServiceEsUIDAO.java | 2 ++
.../es/define/register/ServiceNameEsTableDefine.java | 2 ++
.../storage/h2/dao/cache/ServiceNameH2CacheDAO.java | 11 ++++++-----
.../h2/dao/register/ServiceNameRegisterH2DAO.java | 8 ++++----
.../storage/h2/dao/ui/ServiceNameServiceH2UIDAO.java | 7 ++++---
.../h2/define/register/ServiceNameH2TableDefine.java | 2 +-
.../apm/collector/ui/query/OverViewLayerQuery.java | 19 ++++++++++++++++++-
23 files changed, 87 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].