mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-14 03:11:58 +00:00
reset event.go
Signed-off-by: Chai Nadig <chaitanya.nadig@gmail.com>
This commit is contained in:
parent
4eac64eb59
commit
cc10478f61
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ func NewEventQueue(c chan Events, flushThreshold int, flushInterval time.Duratio
|
|||
eq := &EventQueue{
|
||||
C: c,
|
||||
flushThreshold: flushThreshold,
|
||||
flushInterval: flushInterval,
|
||||
flushTicker: ticker,
|
||||
q: make([]Event, 0, flushThreshold),
|
||||
eventsFlushed: eventsFlushed,
|
||||
|
|
Loading…
Reference in a new issue