Metrics from riot application
raghu-nandan-bs opened this issue · comments
Raghu Nandan B S commented
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!
Corey Cole commented
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.
Raghu Nandan B S commented
Thanks @corey-cole