MatrixHB opened a new pull request, #125:
URL: https://github.com/apache/rocketmq-exporter/pull/125

   This is part of implementation of 
[RIP-46](https://github.com/apache/rocketmq/wiki/RIP-46-Observability-improvement-for-RocketMQ)
   
   Since [#5355](https://github.com/apache/rocketmq/pull/5355), a new version 
of broker metrics based on open-telemetry standard has been introduced into 
rocketmq broker. Different form the previous version, the new metrics are 
produced by broker, proxy or client, not by exporter.
   
   Some users are now using rocketmq-exporter. New metrics require 
compatibility with current usage. And the control panel, such as Prometheus, is 
not necessarily deployed under the same network as broker. So It is also 
meaningful to design a proxy mode of rocketmq-exporter to access new metrics 
data.
   
   We could implement an OpenTelemetry collector in rocketmq-exporter: Broker 
export metrics data to rocketmq-exporter, and rocketmq-exporter provide a new 
endpoint for Prometheus access.
   
   
![image](https://user-images.githubusercontent.com/23614576/213078853-ed5372e5-2b63-4c0f-b4e1-2202ce61447f.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to