GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/215
[HaaS] Fix aggregate metrics in ClusterStatusMonitor
Names of the metrics have been fixed per Helix's convention and loops are
now used instead of using delta values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1295498
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/215.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #215
----
commit cfe0bd2940ad23c24ca812172ef2a530ab1702c4
Author: Hunter Lee <narendly@...>
Date: 2018-07-09T19:24:46Z
[HELIX-714] [HaaS] Fix aggregate metrics in ClusterStatusMonitor
Names of the metrics have been fixed per Helix's convention and loops are
now used instead of using delta values.
----
---