mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
In order to improve trouble-shooting for the MetricsManager there should be additional logging and exceptions. In all, this commit contains the following changes: - Additional logging - Throw an exception when registering meters if meters already exist - Rename a few variables & methods to more clearly identify what they are used for - Upgrade Micrometer to 1.9.5 - Simplify/clarify a few blocks of code - No longer pass the ManagementServiceImpl when registering the metrics, but instead pass the Object the meter is observing (e.g. broker, address, or queue)