rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Notify reductions, garbage_collection, recv_oct and send_oct in the core metrics #103

Closed dcorbacho closed 7 years ago

dcorbacho commented 7 years ago

Backported part of https://github.com/rabbitmq/rabbitmq-stomp/commit/227447fc98b763da8399deabc944a1c59c3d9e45

Fixes the lack of connection pid on the stats (present since pre-3.6.7 releases), which might also cause a memory leak on the stats db.

Closes #102

michaelklishin commented 7 years ago

This needs a manual merge into master.