statsd/lib
Vivien Barousse ea39ca6242 Add support for sets, counting unique events
Sets are backed using a set data-structure, discarding duplicate
values being inserted. This allows backend to retrieve the number
of unique events that happened since the last flush.

Sets are all emptied after each flush.
2012-08-08 23:05:06 +01:00
..
logger.js Fix bug: use type to construct log string 2012-07-20 16:10:31 +02:00
set.js Add support for sets, counting unique events 2012-08-08 23:05:06 +01:00