mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-22 15:30:59 +00:00
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