Prometheus queue metrics not available when using separate acceptor #896
Replies: 1 comment 1 reply
-
I can not reproduce this issue with the following ActiveMQArtemis CR:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings,
Starting this as a discussion, as we're not yet sure it's a bug.
We followed the recommendation in springboot with cluster of brokers to use another acceptor port other than 61616, as it's also used internally. Created it on 61618, and also as recommended, a new headless ClusterIP service. After switching all clients to the new service and port, message production and consumption successfully operates as before. However, we no longer have updated Prometheus queue metrics, which are solely enabled via "enableMetricsPlugin: true". They still exist, but values are always 0 for
Related, the admin console also doesn't show expected consumer counts or yet-to-be consumed messages.
Is there an existing setting in the ArtemisCloud CRDs or broker params to be changed that will correct this issue?
We are currently running
We reviewed the release notes for 1.2.0 and 1.2.1, but none look related.
Thanks!
Bob
Beta Was this translation helpful? Give feedback.
All reactions