collector

package
v0.7.999-preview.2 Latest Latest
Warning

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

Go to latest
Published: May 25, 2019 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TODO: Make package-local
	Namespace = "wmi"
)

...

Variables

View Source
var Factories = make(map[string]func() (Collector, error))

Factories ...

Functions

This section is empty.

Types

type Collector

type Collector interface {
	// Get new metrics and expose them via prometheus registry.
	Collect(ctx *ScrapeContext, ch chan<- prometheus.Metric) (err error)
}

Collector is the interface a collector has to implement.

func NewTextFileCollector added in v0.3.0

func NewTextFileCollector() (Collector, error)

NewTextFileCollector returns a new Collector exposing metrics read from files in the given textfile directory.

type ScrapeContext added in v0.8.0

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

func PrepareScrapeContext added in v0.8.0

func PrepareScrapeContext() (*ScrapeContext, error)

PrepareScrapeContext creates a ScrapeContext to be used during a single scrape

Jump to

Keyboard shortcuts

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