Versions in this module Expand all Collapse all v1 v1.4.0 Oct 17, 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)