collector

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2024 License: MIT Imports: 3 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 {
	Pinger Pinger
	Logger *slog.Logger
}

Collector pings a number of hosts and measures latency & packet loss

func (Collector) Collect

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

Collect implements the Prometheus Collector interface

func (Collector) Describe

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

Describe implements the Prometheus Collector interface

type Pinger

type Pinger interface {
	Statistics() map[string]ping.Statistics
}

Jump to

Keyboard shortcuts

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