Documentation ¶
Index ¶
- func NewCounter(subsystem, name, help string, labels []string, register prometheus.Registerer) *prometheus.CounterVec
- func NewGauge(subsystem, name, help string, labels []string, register prometheus.Registerer) *prometheus.GaugeVec
- func NewHistogram(subsystem, name, help string, labels []string, buckets []float64, ...) *prometheus.HistogramVec
- func NewSummary(subsystem, name, help string, labels []string, objectives map[float64]float64, ...) *prometheus.SummaryVec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCounter ¶
func NewCounter(subsystem, name, help string, labels []string, register prometheus.Registerer) *prometheus.CounterVec
NewCounter will register a Counter metric to specified registry and return it. If registry is not specified, it will register metric to default prometheus registry.
func NewGauge ¶
func NewGauge(subsystem, name, help string, labels []string, register prometheus.Registerer) *prometheus.GaugeVec
NewGauge will register a Gauge metric to specified registry and return it. If registry is not specified, it will register metric to default prometheus registry.
func NewHistogram ¶
func NewHistogram(subsystem, name, help string, labels []string, buckets []float64, register prometheus.Registerer) *prometheus.HistogramVec
NewHistogram will register a Histogram metric to specified registry and return it. If registry is not specified, it will register metric to default prometheus registry.
func NewSummary ¶
func NewSummary(subsystem, name, help string, labels []string, objectives map[float64]float64, register prometheus.Registerer) *prometheus.SummaryVec
NewSummary will register a Summary metric to specified registry and return it. If registry is not specified, it will register metric to default prometheus registry.
Types ¶
This section is empty.