addons

package
v1.4.0-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 3 more Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaxGauge

type MaxGauge interface {
	prometheus.Gauge
}

func NewMaxGauge

func NewMaxGauge(opts prometheus.GaugeOpts) MaxGauge

type MaxGaugeVec

type MaxGaugeVec struct {
	*prometheus.MetricVec
}

func NewMaxGaugeVec

func NewMaxGaugeVec(opts prometheus.GaugeOpts, labelNames []string) *MaxGaugeVec

func (*MaxGaugeVec) CurryWith

func (v *MaxGaugeVec) CurryWith(labels prometheus.Labels) (*MaxGaugeVec, error)

func (*MaxGaugeVec) GetMetricWith

func (v *MaxGaugeVec) GetMetricWith(labels prometheus.Labels) (MaxGauge, error)

func (*MaxGaugeVec) GetMetricWithLabelValues

func (v *MaxGaugeVec) GetMetricWithLabelValues(lvs ...string) (MaxGauge, error)

func (*MaxGaugeVec) MustCurryWith

func (v *MaxGaugeVec) MustCurryWith(labels prometheus.Labels) *MaxGaugeVec

func (*MaxGaugeVec) With

func (v *MaxGaugeVec) With(labels prometheus.Labels) MaxGauge

func (*MaxGaugeVec) WithLabelValues

func (v *MaxGaugeVec) WithLabelValues(lvs ...string) MaxGauge

Jump to

Keyboard shortcuts

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