apache / rocketmq-flink

RocketMQ integration for Apache Flink. This module includes the RocketMQ source and sink that allows a flink job to either write messages into a topic or read from topics in a flink job.
https://rocketmq.apache.org/
Apache License 2.0
139 stars 88 forks source link

Add some metrics so that they can be monitored on aliyun vvp #111

Open ArthurWrong opened 3 months ago

ArthurWrong commented 3 months ago

Some metrics are not exist in this project,and some metrics are incompatible with existing specification,and I want to modify the code so that these metrics more compliant. This is my PR:https://github.com/apache/rocketmq-flink/pull/84