Versions in this module Expand all Collapse all v1 v1.0.2 Mar 17, 2021 Changes in this version + type CallStats struct + InputBytes int + Latency time.Duration + OutputBytes int + TimeToFirstByte time.Duration + type Info struct + CallStats CallStats + FuncName string + NodeName string + ReqInfo RequestInfo + RespInfo ResponseInfo + type RequestInfo struct + Body []byte + Client string + Headers http.Header + Method string + Path string + Proto string + RawQuery string + Time time.Time + type ResponseInfo struct + Body []byte + Headers http.Header + StatusCode int + Time time.Time