Versions in this module Expand all Collapse all v0 v0.1.9 Dec 20, 2018 Changes in this version + var ReconcileTotal = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) v0.1.8 Dec 7, 2018 Changes in this version + var QueueLength = prometheus.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + var ReconcileErrors = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var ReconcileTime = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... })