You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2020/12/08 01:44:17 UTC

[rocketmq-exporter] branch master updated (e583bd1 -> ccf3bc3)

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

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


    from e583bd1  [ISSUE #36] Fix broker stats still report old metrics data on dledger mode
     new e7114e8  Merge pull request #1 from apache/master
     new 73f6737  support ACL
     new 5060053  update how to enable ACL: add config key "enableACL"
     new 138c383  update comment style
     new ccf3bc3  Merge pull request #32 from francisoliverlee/add-ACL

The 73 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/config/RMQConfigure.java     | 34 ++++++++++++++++++++++
 .../exporter/service/client/MQAdminInstance.java   | 27 +++++++++++++++--
 .../rocketmq/exporter/task/MetricsCollectTask.java |  2 +-
 src/main/resources/application.yml                 |  3 ++
 4 files changed, 62 insertions(+), 4 deletions(-)