Dean Bittner

Results 7 issues of Dean Bittner

It appears that repeat_interval works only as a global setting. It would be useful to set this per alert as part of the alert definition.

In addition to a previous change (#38) ... the following are required to avoid the stuck metric ... ``` diff --git a/src/samplers/statsd.c b/src/samplers/statsd.c index 62cb33e..4d6c515 100644 --- a/src/samplers/statsd.c +++ b/src/samplers/statsd.c...

The default setting -- # define PICKLE_BUFFER_SIZE 4096 Is too small, at least for me. I overflow it. I've built with a larger buffer, 16384, and no issues after that....

Expiry causes, potentially, a metric that has not reported in an interval to push a zero value to graphite when the total time to expiry/ DISABLED > the sampling interval....

The spec here -> https://github.com/b/statsd_spec

I haven't a recipe for this yet; however, the situation is a metric, a counter, that emits hourly, just once. Several times in a 24 hour period, a metric for...

Patch attached ... a bit rough but with a lot of road miles. [mac_os_x.657498c47e0cabc6aaecc6e1b0db8b25e5c0be22.patch.txt](https://github.com/github/brubeck/files/247977/mac_os_x.657498c47e0cabc6aaecc6e1b0db8b25e5c0be22.patch.txt)