acquia / statsgod

A Statsd implementation written in GO lang
Apache License 2.0
119 stars 8 forks source link

Create a spool file in case the remote relay is unavailable #57

Open kevinhankens opened 9 years ago

kevinhankens commented 9 years ago

In the case where carbon goes away, we might want to preserve metrics. We could accomplish this by having a spool file where we write metrics in case of a relay error. When statsgod is first started we could have an optional config that reads in from the spool file and sends to the relay.