GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/1853
ARTEMIS-1663 - Add new message count and size metrics
Adding new metrics for tracking message counts and sizes on a Queue.
This includes tracking metrics for pending, delivering and scheduled
messages. The paging store also tracks message size now.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1663
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1853.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1853
----
commit ce0b980b4e90a5c95ed88ac697d87cac0605789c
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-02-05T18:24:31Z
ARTEMIS-1663 - Add new message count and size metrics
Adding new metrics for tracking message counts and sizes on a Queue.
This includes tracking metrics for pending, delivering and scheduled
messages. The paging store also tracks message size now.
----
---