mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
derp: specify type of the by-reason drop varz.
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
fd824df1fa
commit
ea90780066
@ -653,7 +653,7 @@ func (s *Server) ExpVar() expvar.Var {
|
||||
m.Set("bytes_received", &s.bytesRecv)
|
||||
m.Set("bytes_sent", &s.bytesSent)
|
||||
m.Set("packets_dropped", &s.packetsDropped)
|
||||
m.Set("packets_dropped_reason", &s.packetsDroppedReason)
|
||||
m.Set("counter_packets_dropped_reason", &s.packetsDroppedReason)
|
||||
m.Set("packets_sent", &s.packetsSent)
|
||||
m.Set("packets_received", &s.packetsRecv)
|
||||
m.Set("unknown_frames", &s.unknownFrames)
|
||||
|
Loading…
Reference in New Issue
Block a user