derp: export the new expvar.

This commit is contained in:
David Anderson 2020-08-11 19:59:08 +00:00
parent 13661e195a
commit 15949ad77d
1 changed files with 1 additions and 0 deletions

View File

@ -1193,6 +1193,7 @@ func (s *Server) ExpVar() expvar.Var {
m.Set("bytes_sent", &s.bytesSent)
m.Set("packets_dropped", &s.packetsDropped)
m.Set("counter_packets_dropped_reason", &s.packetsDroppedReason)
m.Set("counter_packets_received_kind", &s.packetsRecvByKind)
m.Set("packets_sent", &s.packetsSent)
m.Set("packets_received", &s.packetsRecv)
m.Set("unknown_frames", &s.unknownFrames)