This is an automated email from the ASF dual-hosted git repository. tigerlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git
commit b6f7601d923ac497aaca5260ac1ec12a25346d45 Merge: 8580f3c e8f0c09 Author: tiger lee <[email protected]> AuthorDate: Tue Feb 27 13:57:33 2024 +0800 Merge pull request #94 from xxd763795151/grafana [ISSUE #93]Optimize the grafana dashboard. README.md | 15 +- rocketmq_exporter.json | 4045 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4059 insertions(+), 1 deletion(-) diff --cc README.md index 0feefbc,a1b7cfc..6db5bc6 --- a/README.md +++ b/README.md @@@ -251,16 -248,23 +251,29 @@@ rocketmq_client_consumer_pull_tps{clien Grafana Dashboard ------- - + There are two dashboard to choose from: + ### The First Grafana Dashboard ID: 10477, name: RocketMQ Exporter Overview. -For details of the dashboard please see [RocketMQ Exporter Overview](https://grafana.com/dashboards/10477). +For details of the dashboard please see [RocketMQ Exporter Overview](https://grafana.com/grafana/dashboards/10477-rocketmq-dashboard/). + +SkyWalking Dashboard +------- + +Since 10.0, SkyWalking has provided bundled native monitoring dashboards for RocketMQ through this exporter and OpenTelemetry collector. +For settings details, please read [RocketMQ monitoring doc](https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-rocketmq-monitoring/). + ### The Second + [rocketmq_exporter.json](./rocketmq_exporter.json) + + **Note**: It must be configured with two additional labels(Env and Cluster), when configured on the prometheus, as shown bellow: + ```yaml + - job_name: 'rocketmq-exporter' + static_configs: + - targets: ['localhost:5557'] + labels: + Env: 'develop' + Cluster: 'local' + ``` Quick Start ------------- This [guide](./rocketmq_exporter_quickstart.md) will tell you how to build and run rocketmq exporter with Prometheus and Grafana Integration from scratch.
