Versions in this module Expand all Collapse all v0 v0.52.5 Dec 8, 2023 v0.52.4 Dec 8, 2023 Changes in this version + func Register(m ServerMetrics) + type ServerMetrics interface + AddTrafficIn func(name string, proxyType string, trafficBytes int64) + AddTrafficOut func(name string, proxyType string, trafficBytes int64) + CloseClient func() + CloseConnection func(name string, proxyType string) + CloseProxy func(name string, proxyType string) + NewClient func() + NewProxy func(name string, proxyType string) + OpenConnection func(name string, proxyType string) + var Server ServerMetrics = noopServerMetrics{}