Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0-beta5
-
None
Description
The aggregated queue metrics (/broker/queue-metrics) are very useful to understand how the broker works as a whole.
However, they seem to contain only queue information (and probably dsub information, please confirm) but not topic information.
For monitoring purposes, it would be useful to also collect the received/sent messages (with count/size) on all topics.
This way, one could for instance find out how many messages are received by the broker, per unit of time, to graph this information.
This information should appear both per-topic (/broker/virtual-hosts/<name>/topics/<id>) and aggregated (/broker/topic-metrics?).