Versions in this module Expand all Collapse all v0 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + var PrometheusLabelValueUnknown = "unknown" + func NewCounter(opts prometheus.CounterOpts, fieldKeys []string) metrics.Counter + func NewGauge(opts prometheus.GaugeOpts, fieldKeys []string) metrics.Gauge + func NewHistogram(opts prometheus.HistogramOpts, fieldKeys []string) metrics.Histogram + func NewSummary(opts prometheus.SummaryOpts, fieldKeys []string) metrics.Histogram + func RegisterCallbackGauge(opts prometheus.GaugeOpts, callback func() float64)