promconstmetrics

package
v0.0.0-...-a5f7211 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Facade for hiding complexity of recording const metrics with explicit timestamp for Prometheus

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	// contains filtered or unexported fields
}

func NewCollector

func NewCollector() *Collector

func (*Collector) Collect

func (c *Collector) Collect(ch chan<- prometheus.Metric)

for prometheus.Collector

func (*Collector) Describe

func (c *Collector) Describe(ch chan<- *prometheus.Desc)

for prometheus.Collector

func (*Collector) Observe

func (c *Collector) Observe(ref *Ref, value float64, ts time.Time, labelValues ...string)

func (*Collector) Register

func (c *Collector) Register(
	name string,
	help string,
	constLabels prometheus.Labels,
	variableLabels ...string,
) *Ref

registers a metric, or a metric vector if "variableLabels" given

type Ref

type Ref struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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