forked from mirrors/statsd_exporter
Merge pull request #252 from mohag/master
Add event handler for Unixgram
This commit is contained in:
commit
074fc349b0
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -216,7 +216,7 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul := &StatsDUnixgramListener{conn: uxgconn}
|
ul := &StatsDUnixgramListener{conn: uxgconn, eventHandler: eventQueue}
|
||||||
go ul.Listen()
|
go ul.Listen()
|
||||||
|
|
||||||
// if it's an abstract unix domain socket, it won't exist on fs
|
// if it's an abstract unix domain socket, it won't exist on fs
|
||||||
|
|
Loading…
Reference in a new issue