-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
Description
I'm using a simple ring buffer, as so:
buffer.NewRing(buffer.New(8<<20))In order to size the ring buffer for my use-case appropriately, I would like to collect some stats on how often it overflows (causing old data to be overwritten). I'm happy to open a PR to this effect, but wanted to discuss a sane API for exposing this information first.
Reactions are currently unavailable