zenoss / ZenPacks.zenoss.RabbitMQ

RabbitMQ Monitoring for Zenoss
GNU General Public License v2.0
10 stars 9 forks source link

Thoroughput - Messages graph using incorrect metrics #8

Closed alienth closed 12 years ago

alienth commented 12 years ago

The throughput graph is using the 'recvCount' and 'sentCount' metrics, which are derived from the 'recv_cnt' and 'send_cnt' Connection metrics. Per the rabbitmqctl manpage, both of those metrics track the number of packets sent and received, not messages.

cluther commented 12 years ago

Thanks for the report! I missed that one. Version 1.0.1 will have the "Throughput - Messages" graph replaced with "Throughput - Packets".