collector

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	Success  *prometheus.Desc
	Duration *prometheus.Desc
	Failure  *prometheus.Desc
	Output   *prometheus.Desc
	// contains filtered or unexported fields
}

func NewCollector

func NewCollector(target *config.Target, logger log.Logger) *Collector

func (*Collector) Collect

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

func (*Collector) Describe

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

type Metric

type Metric struct {
	Success       float64
	FailureReason string
	Output        string
}

Jump to

Keyboard shortcuts

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