-
Notifications
You must be signed in to change notification settings - Fork 10
Micrometer-akka for monitoring our AKKA cluster #11
Comments
Basically all you need is to enable the aspectjweaver java agent and have the micrometer-akka jar in your classpath - https://github.com/kontainers/micrometer-akka#usage |
Dear, Thanks for your quick response. |
I forgot one aspect and have updated https://github.com/kontainers/micrometer-akka/blob/master/README.md#usage (the extra bit is the piece around registering the Meter Registry) Could you also read https://github.com/kontainers/micrometer-akka/blob/master/README.md#configuration |
I see. That was the reason why it did not work. Btw, do you have any example in JAVA. We are starting up our AKKA cluster in a JAVA application. |
We don't have a Java example - the Scala one is all we have) |
I will try my best then. I will update here just in case any one needs an example, if I succeed. |
One more question regarding the metrics exporting. A simple example would be perfect. |
https://github.com/kontainers/micrometer-akka/blob/master/README.md#configuration has a description of the config (that goes in your application.conf). The micrometer-akka-sample is very easy to run and demonstrates the type of metrics you get. |
Thanks for your answer. I am aware of this. |
I just ran the example as described in its readme and it generated loads of akka metrics.
|
Dear all,
We are using AKKA for message handling in our cluster.
For monitoring it, we found that Micrometer-akka is one of the emerging and active project on Github.
We just wonder, since we are not familiar with Scala, that how one can export metrics using Micrometer-akka?
Whether starting up as an agent amongst starting up our AKKA cluster will be enough? OR we need to implement our own collectors (of course using micrometer-akka API) to export the monitoring metrics?
Thank you in advance for enlighten us.
Best regards
Tien Dat
The text was updated successfully, but these errors were encountered: