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
[email protected].

Reply via email to