Versions in this module Expand all Collapse all v0 v0.1.10 Jan 24, 2019 v0.1.9 Dec 20, 2018 Changes in this version + var RequestLatency = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... }) + var TotalRequests = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... })