This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git.
from d091776 Create PULL_REQUEST_TEMPLATE.md
new a39f97d add grafana dashboard for rocketmq exporter
new 9f7265f amend the wold style
new 2d22503 amend some metric name and make the metric have fixed Precision“
new f105597 make value Integer if the metrics value greater than one
new bd58583 make metrics value integer if the value is greater than one
new f53e24f update grafana dashboard
new 82e36f9 update dashboard id and add message accmulation metric
new 66baa0d Merge pull request #3 from breezecoolyang/master
The 19 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:
README.md | 415 +++++------
rocketmq_exporter_overview.json | 777 +++++++++++++++++++++
.../exporter/collector/RMQMetricsCollector.java | 4 +-
.../rocketmq/exporter/task/MetricsCollectTask.java | 17 +-
.../RMQMetricsService.java => util/Mix.java} | 56 +-
5 files changed, 1026 insertions(+), 243 deletions(-)
create mode 100644 rocketmq_exporter_overview.json
copy src/main/java/org/apache/rocketmq/exporter/{service/RMQMetricsService.java => util/Mix.java}
(71%)
|