Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2020 Changes in this version + var ActiveWorkloadCount = prometheus.NewGauge(prometheus.GaugeOpts{ ... }) + var FailedFindNetworkService = prometheus.NewCounter(prometheus.CounterOpts{ ... }) + var PerormedConnRequests = prometheus.NewCounter(prometheus.CounterOpts{ ... }) + var ReceivedConnRequests = prometheus.NewCounter(prometheus.CounterOpts{ ... }) + func ServeMetrics(addr string, path string) Incompatible versions in this module v2.5.1+incompatible Dec 6, 2019