forked from mirrors/statsd_exporter
Merge pull request #161 from filippog/unmapped-fix
Register eventsUnmapped counter
This commit is contained in:
commit
a51c9be791
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ var (
|
|||
|
||||
func init() {
|
||||
prometheus.MustRegister(eventStats)
|
||||
prometheus.MustRegister(eventsUnmapped)
|
||||
prometheus.MustRegister(udpPackets)
|
||||
prometheus.MustRegister(tcpConnections)
|
||||
prometheus.MustRegister(tcpErrors)
|
||||
|
|
Loading…
Reference in a new issue