I wonder how that is possible in my application's case since it has only 2 scala library dependencies - Akka itself and Slick v1.0.1 (which does not use Akka). So there simply cannot be any other library creating actors except my own code.
Thanks Bharath On Tuesday, 16 December 2014 20:03:05 UTC+5:30, Ivan Topolnjak wrote: > > Hi Bharadwaj, > > Kamon only record metrics for fully blown actors with an ActorCell and > all, that pass the includes/excludes filters, so all of those $x actors > are, in fact, real actors, leaving out the chance of them being temporary > ask-related actors (which in fact are just actor refs). I remember having a > issue similar to yours in a application I was working on about a year ago > and all our app's actors were named correctly but one of the libraries we > were using (IIRC, rediscala) was creating some anonymous actors that > generated that noise. The fact that your first anonymous actor $a has a few > children suggests that there is more to dig into over there. Please take a > look deeper into it and let us know if you find something to share, regards! > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
