You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hd...@apache.org on 2022/01/15 13:10:36 UTC

[rocketmq-exporter] branch master updated (2361651 -> b01fe5f)

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

hdchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git.


    from 2361651  make exporter collect right putMessageSizeTotal for broker (#84)
     new 99a853b  convert humanReadable to machineReadable for commitLogDirCapacity
     new a022f0f  add unit test
     new b01fe5f  Merge pull request #87 from cserwen/metric-fix-2

The 99 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:
 .../rocketmq/exporter/model/BrokerRuntimeStats.java   |  9 +++++----
 .../java/org/apache/rocketmq/exporter/util/Utils.java | 12 ++++++++++++
 .../org/apache/rocketmq/exporter/util/UtilsTest.java  | 19 +++++++++++++++++++
 3 files changed, 36 insertions(+), 4 deletions(-)
 create mode 100644 src/test/java/org/apache/rocketmq/exporter/util/UtilsTest.java