Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + var RequestLatency LatencyMetric = noopLatency + var RequestResult ResultMetric = noopResult + func Register(lm LatencyMetric, rm ResultMetric) + type LatencyMetric interface + Observe func(verb string, u url.URL, latency time.Duration) + type ResultMetric interface + Increment func(code string, method string, host string)