Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + const NumStatusClasses + const RelativeAccuracy + type Key struct + DstIPHigh uint64 + DstIPLow uint64 + DstPort uint16 + Method Method + Path string + SrcIPHigh uint64 + SrcIPLow uint64 + SrcPort uint16 + func NewKey(saddr, daddr util.Address, sport, dport uint16, path string, method Method) Key + type Method int + const MethodDelete + const MethodGet + const MethodHead + const MethodOptions + const MethodPatch + const MethodPost + const MethodPut + const MethodUnknown + func (m Method) String() string + type RequestStats [NumStatusClasses]struct + func (r *RequestStats) AddRequest(statusClass int, latency float64) + func (r *RequestStats) CombineWith(newStats RequestStats)