derp: export the new expvar.
This commit is contained in:
parent
13661e195a
commit
15949ad77d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue