metricsutils

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL