lukevenediger / statsd.net

A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.
MIT License
123 stars 25 forks source link

Gauge values are not carried over #27

Open mariuszwojcik opened 9 years ago

mariuszwojcik commented 9 years ago

Gauge values are not carried over and send with every flush even though configuration removeZeroGauges is set to false. Possible the problem is in class TimedGaugeAggregatorBlockFactory, line 64 which clears gauges collection.

lukevenediger commented 9 years ago

Hi Marius,

Thanks for logging this issue! I'm busy investigating the gauge implementation now and will update shortly.

Thanks, Luke