promutil

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpPrometheusMetrics

func DumpPrometheusMetrics(p prometheus.Gatherer, filters ...func(*dto.MetricFamily) bool) (string, error)

Types

type Desc

type Desc struct {
	FqName         string
	Help           string
	ConstLabels    map[string]string
	VariableLabels []string
}

func DescribePrometheusMetrics

func DescribePrometheusMetrics(p prometheus.Collector) []Desc

type Gatherer

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

func ParseMetricFamilies

func ParseMetricFamilies(reader io.Reader) (*Gatherer, error)

func (*Gatherer) Gather

func (g *Gatherer) Gather() ([]*dto.MetricFamily, error)

Jump to

Keyboard shortcuts

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