mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
Merge pull request #235 from seruman/master
add missing eventHandler to StatsDTCPListener
This commit is contained in:
commit
bb448be4f4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -202,7 +202,7 @@ func main() {
|
|||
}
|
||||
defer tconn.Close()
|
||||
|
||||
tl := &StatsDTCPListener{conn: tconn}
|
||||
tl := &StatsDTCPListener{conn: tconn, eventHandler: eventQueue}
|
||||
go tl.Listen()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue