Versions in this module Expand all Collapse all v1 v1.10.17 Oct 18, 2021 Changes in this version + var IndividualReportedValue = promauto.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + var ReportedRound = promauto.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + var ReportedValue = promauto.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + var ResponseSize = promauto.NewHistogram(prometheus.HistogramOpts{ ... }) + var ResponseTime = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{}) + var SeenRound = promauto.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + var SeenValue = promauto.NewGaugeVec(prometheus.GaugeOpts{ ... }, []string{ ... }) + func InstrumentRoundTripperReponseSize(obs prometheus.Observer, next http.RoundTripper) promhttp.RoundTripperFunc + func SetBigInt(gauge prometheus.Gauge, arg *big.Int) + func SetDecimal(gauge prometheus.Gauge, arg decimal.Decimal) + func SetUint32(gauge prometheus.Gauge, arg uint32)