riot icon indicating copy to clipboard operation
riot copied to clipboard

Metrics from riot application

Open raghu-nandan-bs opened this issue 2 years ago • 2 comments

is there a way to obtain metrics from riot application when it is running other than jconsole or similar application?

I want to run riot as part of a script and I want to monitor if queues are getting overwhelmed while performing scan/dump

Thanks!

raghu-nandan-bs avatar Jul 12 '23 14:07 raghu-nandan-bs

I suspect it's too late for the original asker of the question, but it's possible to modify the source code to have Spring Batch export metrics via micrometer. I tried to use the Spring Boot application.properties file to make this happen, but picocli introduces just enough friction that it's not automatic.

corey-cole avatar Apr 05 '24 22:04 corey-cole

Thanks @corey-cole

raghu-nandan-bs avatar Apr 06 '24 04:04 raghu-nandan-bs