GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/2206
ARTEMIS-2003 - Add bridge metrics
This commit adds support for tracking metrics for bridges for both
normal bridges and bridges that are part of a cluster. The two
statistics added in this commit are enqueue count and dequeue count but
more can be added later.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-2003
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2206.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 #2206
----
commit 098f92d5b16527ebdb817b5210b034adf2f7e3e7
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-07-31T17:01:32Z
ARTEMIS-2003 - Add bridge metrics
This commit adds support for tracking metrics for bridges for both
normal bridges and bridges that are part of a cluster. The two
statistics added in this commit are enqueue count and dequeue count but
more can be added later.
----
---