-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.6.0.GA
-
None
-
-
+
-
Previously, in a live/backup configuration after fail-over and fail-back the backup broker would report metrics even though it was inactive because the internal metrics manager didn't properly unregister metrics. This issue is now resolved.
-
Verified in a release
-
In a shared-store, master-slave configuration, only the master broker will have access to the message store. However, the slave broker still shows store-related Prometheus metrics such as message counts. These metrics are likely to be incorrect; at best, they will show the values that were correct the last time the slave was live.
In a shared-store scenario, only the live broker will have reliable store-related metrics. The backup broker – whether master or slave – should show zero, or nothing at all.
To make matters worse, the Prometheus metrics do not seem to provide the administrator with any way to determine that a broker is in the backup role. Consequently, the administrator won't know which broker's metrics to trust.
- clones
-
ENTMQBR-3656 Prometheus shows inconsistent figures in master-slave, shared-store configuration
- Closed