wegod commented on issue #5366: URL: https://github.com/apache/rocketmq/issues/5366#issuecomment-1310179436
> > I only see rocketmq_send_cost_time metrics, will you add rocketmq_send_msg_count in Producer Metrics? > > In prometheus metrics spec, histogram rocketmq_send_cost_time will be transferred to rocketmq_send_cost_time_count, rocketmq_send_cost_time_sum, and rocketmq_send_cost_time_bucket. I think rocketmq_send_cost_time_count is what you need. > > > For example, there are one producer group and four producer clients those send msg count are 1,2,3,4. Will I see 1,2,3,4 in Metrics or only a total num 10? > > Each label combination generates a time series, so you will see 1,2,3,4. > > You can read the Prometheus doc [Data Model](https://prometheus.io/docs/concepts/data_model/) to get more information. Thanks, I got it. Where does Metrics collect rocketmq_send_cost_time's data from? Broker's Stats in memory? Or some new place? And when will Metrics release? Only in 5.x? Or also in 4.9.x? -- 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]
