Live data from Hacker News

Show HN: Pup, real-time app metrics with Statsd

datadoghq.com

1–10 of 51 posts

Re: Show HN: Pup, real-time app metrics with Statsd

#3

Very cool! Is it possible to use an existing StatsD installation if we already have one running? Or is it pretty much an "all or nothing" package?

Pup will work with any existing statsd client - it just replaces the node.js statsd server. In other words, you can keep all your code and apps untouched (FYI I'm not the author, but a Datadog co-founder)

Re: Show HN: Pup, real-time app metrics with Statsd

#8
Am i understanding this right: this is a kick in the butt for services like NewRelic?

Does this always need to run on the same server as the Application? Or is it possible to run it on a different server and push the data to it?

disclaimer: i have no experience with statsd/graphite etc.

Re: Show HN: Pup, real-time app metrics with Statsd

#9
post #8

Am i understanding this right: this is a kick in the butt for services like NewRelic? Does this always need to run on the same server as the Application? Or is it possible to run it on a different server and push the data to it? disclaimer: i have no experience with statsd/graphite etc.

Statsd accepts data over UDP, so you can run it on whichever server you like, and the logging is asynchronous and takes a few microseconds (last time I counted). I haven't had a chance to use it in production extensively, but I tested it a bit and liked it very much.

Re: Show HN: Pup, real-time app metrics with Statsd

#10

Excellent project! If I understand this right, it's an addition/replacement for StatsD that adds the graphing normally done in Graphite. I've tried to get the whole Graphite/StatsD stack setup before, and I could never get Graphite together quite right.

That's what it looks like. I'm not sure I really care much for it, other than the fact that it no longer appears to use the Graphite URL api. Personally, I'd rather have graphite-web running and then use an alternative frontend like Descartes[1] or Graphiti[2].

Still, it's pretty good that there is an alternative frontend, if nothing else but to expand the graphite ecosystem.

  [1] https://github.com/obfuscurity/descartes
  [2] https://github.com/paperlesspost/graphiti
Post reply on HN