Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoconfigure Micrometer connection metrics like Rabbit MQ does #89

Closed
desprez opened this issue Jan 19, 2023 · 1 comment
Closed

Autoconfigure Micrometer connection metrics like Rabbit MQ does #89

desprez opened this issue Jan 19, 2023 · 1 comment

Comments

@desprez
Copy link

desprez commented Jan 19, 2023

Hello
great job for this : it's very usefull.

I want to know if it possible to add some connections metrics in MQAutoConfiguration like RabitMQ does :

https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/amqp/RabbitMetricsAutoConfiguration.java

https://github.com/rabbitmq/rabbitmq-jms-client/blob/main/src/main/java/com/rabbitmq/jms/admin/RMQConnectionFactory.java

@desprez desprez changed the title Auitoconfigure Micrometer connection metrics like Rabbit MQ does Autoconfigure Micrometer connection metrics like Rabbit MQ does Jan 19, 2023
@ibmmqmet
Copy link
Collaborator

The queue manager already produces a whole load of metrics including connection request counts. That's not something I'd expect to then also have in a specific client library with yet another way to interrogate it. There are many tools available to collect and display those queue manager metrics - see for example the amqsrua sample program, the Grafana interfaces here, the documented Accounting and Statistics events ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants