riot
riot copied to clipboard
Metrics from riot application
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!
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.
Thanks @corey-cole