Merge pull request #161 from filippog/unmapped-fix

Register eventsUnmapped counter
This commit is contained in:
Matthias Rampke 2018-11-05 09:54:09 +00:00 committed by GitHub
commit a51c9be791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ var (
func init() {
prometheus.MustRegister(eventStats)
prometheus.MustRegister(eventsUnmapped)
prometheus.MustRegister(udpPackets)
prometheus.MustRegister(tcpConnections)
prometheus.MustRegister(tcpErrors)