eigengo / monitor

Library for monitoring the Typesafe stack-based applications.
Apache License 2.0
127 stars 24 forks source link

Anonymous child actors are not tagged #89

Open lashford opened 10 years ago

lashford commented 10 years ago

Anonymous child actors are not being tagged so cannot be grouped in StatsD (Datadog).

There is a work-around in my instance as i can group by the parent, although i still think this should be resolved.

janm399 commented 10 years ago

I'll take a look at this tomorrow, or do you need it today?

janm399 commented 10 years ago

Is this just creation & destruction, or the messages as well?

lashford commented 10 years ago

There is not too much of a rush as i have a workaround. The error seems to only affect the Creation & destruction, messages seem to be working ok. @hughsimpson is looking at creating a test to replicate this so liaise with him before you start the fix.

janm399 commented 10 years ago

I love the tag tomorrow. It it is forever true :) Alex, if you have a test-case, send a PR with a broken test and I'll fix it.

janm399 commented 10 years ago

I think this can now be closed.