You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/06/17 14:38:00 UTC

[incubator-servicecomb-service-center] branch master updated (cb913ba -> 4186089)

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

asifdxtreme pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git.


    from cb913ba  Update README.md
     add 88a538f  Add metrics gatherer package
     add a803dc0  Add metrics gatherer package
     add 7de6287  SCB-670 Check the etcd cluster health when new connection
     add 514beee  Modify the interval of metrics
     new 4186089  Merge pull request #374 from little-cui/cluster

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:
 pkg/util/concurrent_map.go                    |  4 +-
 pkg/util/context.go                           |  2 +-
 server/bootstrap/bootstrap.go                 |  3 +
 server/core/backend/{metric.go => metrics.go} |  0
 server/{service/util => metric}/common.go     | 19 ++++--
 server/metric/gatherer.go                     | 90 +++++++++++++++++++++++++++
 pkg/util/sys.go => server/metric/metrics.go   | 51 +++++++--------
 server/plugin/infra/registry/etcd/etcd.go     | 28 +++++++++
 server/rest/{metric.go => metrics.go}         |  0
 9 files changed, 163 insertions(+), 34 deletions(-)
 rename server/core/backend/{metric.go => metrics.go} (100%)
 copy server/{service/util => metric}/common.go (73%)
 create mode 100644 server/metric/gatherer.go
 copy pkg/util/sys.go => server/metric/metrics.go (50%)
 rename server/rest/{metric.go => metrics.go} (100%)

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

[incubator-servicecomb-service-center] 01/01: Merge pull request #374 from little-cui/cluster

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

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git

commit 418608953b0768795b1742871dc29e2e222681f9
Merge: cb913ba 514beee
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Sun Jun 17 20:07:44 2018 +0530

    Merge pull request #374 from little-cui/cluster
    
    SCB-670 Check the etcd cluster health when new connection

 pkg/util/concurrent_map.go                    |  4 +-
 pkg/util/context.go                           |  2 +-
 server/bootstrap/bootstrap.go                 |  3 +
 server/core/backend/{metric.go => metrics.go} |  0
 server/metric/common.go                       | 32 ++++++++++
 server/metric/gatherer.go                     | 90 +++++++++++++++++++++++++++
 server/metric/metrics.go                      | 54 ++++++++++++++++
 server/plugin/infra/registry/etcd/etcd.go     | 28 +++++++++
 server/rest/{metric.go => metrics.go}         |  0
 9 files changed, 210 insertions(+), 3 deletions(-)

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