forked from mirrors/statsd_exporter
Register eventsUnmapped counter
See also the related discussion at #160 Signed-off-by: Filippo Giunchedi <filippo@wikimedia.org>
This commit is contained in:
parent
3b846b33a8
commit
9b44d79582
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