Open spacejam opened 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
https://github.com/spacejam/loghisto/tree/tan_persistent_queue
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