Scala 2.12 and Akka here, and pretty new to both. I'm trying to collect some metrics about my actor system at runtime. Specifically, I'm interested in:
I'm hoping Akka has some kind of little known "meta API" where I can go to get these kinds of metrics, otherwise I'm probably going to have to wire up my own instrumentation/telemetry and do everything myself, in which case I'm wondering what that approach might look like?
I see Lightbend has an awesome telemetry library but its commercial and I'm cheap :-)
Maybe Kamon will help you. Here is a documentation about metrics collection in Akka.