Hacker News new | ask | show | jobs
by olidb2 5059 days ago
This was developed for Datadog, yes. But Pup works fully stand-alone and is completely open-source - so you can take whatever you want / need from it.

Pup has a narrower scope than Graphite (which we also use and love), but optimizes for shortest time to app metrics viz.

(Oh and Datadog itself is all free up to 5 hosts - but remains completely optional)

1 comments

> but optimizes for shortest time to app metrics viz.

I'm not sure I understand what "shortest time to app metrics viz" means. Are you referring to the time Pup takes to create charts? Or the lowest time frequency (minutes, seconds etc.) it can handle?

Graphite defaults to reporting at 1-minute intervals, and can report at a finer granularity (1 sec. intervals) if you tweak a few settings and set up a cluster. I'm just wondering how Pup differs in this respect.

I meant it as a shortest time from "I wish I could see my app metrics" to actually seeing them. In other words, ease of set-up, lack of knobs, having metrics appear automatically.

By default, pup aggregates statsd data in 10s intervals, and the UI refreshes it continuously.

Cool, sounds good!