Github user cshannon commented on the issue:
https://github.com/apache/activemq-artemis/pull/2206
@jbertram - renaming the metrics is no problem, I had just used what 5.x
had called them but it's fine to rename them for consistency with other
existing metrics
I added the map primarily because when getting the aggregate metrics for a
cluster the metrics are computed by iterating over all the bridges. This was a
way to only have to iterate 1 time and not for every call. However, I like
your idea of just having both the map and individual calls exposed so I will do
that.
---