You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/sockstats
Mihai Parparita ea81bffdeb sockstats: export as client metrics
Though not fine-grained enough to be useful for detailed analysis, we
might as well export that we gather as client metrics too, since we have
an upload/analysis pipeline for them.

clientmetric.Metric.Add is an atomic add, so it's pretty cheap to also
do per-packet.

Updates tailscale/corp#9230
Updates #3363

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
3 years ago
..
label_string.go sockstats: switch label to enum 3 years ago
sockstats.go sockstats: add validation for TCP socket stats 3 years ago
sockstats_noop.go sockstats: switch label to enum 3 years ago
sockstats_tsgo.go sockstats: export as client metrics 3 years ago
sockstats_tsgo_darwin.go sockstats: add validation for TCP socket stats 3 years ago