Hey,
I would like to gather some stats about my application, which the app then can provide via a JSON endpoint.
I found GC::Stats
as already mentioned here. I was wondering why the gc count is in LibGC instead of the GC::Stats
?
Also, I think it might make sense monitor a little bit more than just GCs. The JVM has a a nice management interface using JMX, which can extract stats like memory in use/currently free memory/etc independently from the OS. Is there anything like that for crystal as well?
–Alex