Documentation
¶
Index ¶
- type MaxGauge
- type MaxGaugeVec
- func (v *MaxGaugeVec) CurryWith(labels prometheus.Labels) (*MaxGaugeVec, error)
- func (v *MaxGaugeVec) GetMetricWith(labels prometheus.Labels) (MaxGauge, error)
- func (v *MaxGaugeVec) GetMetricWithLabelValues(lvs ...string) (MaxGauge, error)
- func (v *MaxGaugeVec) MustCurryWith(labels prometheus.Labels) *MaxGaugeVec
- func (v *MaxGaugeVec) With(labels prometheus.Labels) MaxGauge
- func (v *MaxGaugeVec) WithLabelValues(lvs ...string) MaxGauge
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
Click to show internal directories.
Click to hide internal directories.