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.
