Versions in this module Expand all Collapse all v0 v0.9.1 Nov 3, 2018 v0.9.0 Oct 15, 2018 Changes in this version + func NewCounter(opts prometheus.CounterOpts) prometheus.Counter + func NewCounterFunc(opts prometheus.CounterOpts, function func() float64) prometheus.CounterFunc + func NewCounterVec(opts prometheus.CounterOpts, labelNames []string) *prometheus.CounterVec + func NewGauge(opts prometheus.GaugeOpts) prometheus.Gauge + func NewGaugeFunc(opts prometheus.GaugeOpts, function func() float64) prometheus.GaugeFunc + func NewGaugeVec(opts prometheus.GaugeOpts, labelNames []string) *prometheus.GaugeVec + func NewHistogram(opts prometheus.HistogramOpts) prometheus.Histogram + func NewHistogramVec(opts prometheus.HistogramOpts, labelNames []string) *prometheus.HistogramVec + func NewSummary(opts prometheus.SummaryOpts) prometheus.Summary + func NewSummaryVec(opts prometheus.SummaryOpts, labelNames []string) *prometheus.SummaryVec