spacejam / loghisto

counters and logarithmically bucketed histograms for distributed systems
Apache License 2.0
84 stars 5 forks source link

persistent outbound queue #1

Open spacejam opened 9 years ago

spacejam commented 9 years ago

Currently, a ring buffer of a fixed length is used for the outbound queue. Metrics are dropped when this is filled. Possibly just use https://github.com/bitly/nsq/blob/master/nsqd/diskqueue.go

spacejam commented 9 years ago

https://github.com/spacejam/loghisto/tree/tan_persistent_queue