I'm new to Node.js, but reading the statsd source, it looks to me that if for whatever reason the Graphite backend becomes inaccessible, that statsd just spills its collected stats on the floor, rather than retaining them in a growing cache of stats. Is this correct?
(I'm not worried about discarding stats, but about an ever-growing heap of a statsd that can't contact Graphite. So, if my read of the code is correct, I'm happy!)