redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics from riot application

raghu-nandan-bs opened this issue · 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!

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.