JMX monitoring / statistics in akka application
In addition to the cluster MBean, is there a built-in JMX public monitoring / statistics that can be enabled in akka (Java)? I looked at the typesafe console, but since it requires licenses to collect data from multiple nodes, I hope to achieve the same function through ordinary JMX I've checked the akka documentation without any luck on the subject
Solution
No – this is the case with cluster JMX support
There are several projects aimed at collecting data from akka At this point, both are at a very early stage, but code may be your starting point
> Eigengo Monitor – http://www.cakesolutions.net/teamblogs/2013/11/01/monitoring-akka/ > kamon – http://kamon.io/
Both use AspectJ to get data from akka
Typesafe console is free for non production environments, if applicable to you