eigengo / monitor

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

Flip includeRoutees to false in examples #108

Closed alq666 closed 10 years ago

alq666 commented 10 years ago

This will avoid the creation of a large number of tags by default in Datadog

@janm399 does this make sense?

richiesgr commented 10 years ago

If you turn off the routee you got not information at all on the actor. all the metrics are counted without distinction thus not interresting for us

alq666 commented 10 years ago

@richiesgr thanks for the reply. How many actors would a "sane" system expect in order of magnitude? By sane, I mean a production system that would run on 50-500 hosts. Is it 10, 10^3, 10^6? I am trying to figure out how to calibrate the number of tags on our end.

richiesgr commented 10 years ago

Hi Not easy to figure out what's going out with this package because at each test I'm not able to check what's exactly it's send to the datadog agent. Could you help me to find a way to log locally exactly what is sent to the agent.

So I would be able to tell you why is there an astronomical quantity of tags

Thanks

alq666 commented 10 years ago

@richiesgr thanks for your help. Here's an example. The high-velocity tags are highlighted in red. The name of the metric is at the top. Let me know if this helps.

https://www.evernote.com/shard/s37/sh/c812bacb-480b-4375-9b75-d46e42bd4e0b/cb78eb84d7405f9937c8e8577296cfed/deep/0/Metric-Summary---Datadog.png

richiesgr commented 10 years ago

@alq666 So what do you advise regarding the routees do we need to stay false or could we set to true ? because I fear that datadog are going to shut off these traffic what do think ?

alq666 commented 10 years ago

I recommend setting routees to false by default. On Feb 6, 2014 3:55 AM, "richiesgr" notifications@github.com wrote:

@alq666 https://github.com/alq666 So what do you advise regarding the routees do we need to stay false or could we set to true ? because I fear that datadog are going to shut off these traffic what do think ?

— Reply to this email directly or view it on GitHubhttps://github.com/eigengo/monitor/pull/108#issuecomment-34303512 .