Replies: 4 comments 5 replies
-
Could you please write a specification about metric as listed in the document, and based on my comprehension, the majority of cases can be described with the existing metric with different node id. For example, |
Beta Was this translation helpful? Give feedback.
-
@socutes For your reference, here's some previous work in #5350. I'd suggest you briefly outline your metrics specification and implementation approach. This will help the community understand your work better. |
Beta Was this translation helpful? Give feedback.
-
@ShadowySpirits @drpmma Take a look |
Beta Was this translation helpful? Give feedback.
-
Current proxy module monitoring indicators are not perfect, need to improve the monitoring indicators for connection, time, thread several dimensions.add metrics for both the node and Topic dimensions
It is recommended to add the following indicators:
The following table describes the labels of the metrics that are related to the Message Queue for Apache RocketMQ Proxy.
cluster: RocketMQ cluster name.
node_type: the type of service node, whitch includes the following:proxy,broker,nameserver.
node_id:the ID of the service node.
topic: the topic of RocketMQ.
thread_type: The use of thread pools. eg: sendMessage、pullMessage
protocol_type: Type of protocol. eg: grpc, remoting
proxy_mode: cluster mode. eg: local, cluster
Indicators of node dimension:
Beta Was this translation helpful? Give feedback.
All reactions