connectivity

package
v2.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 7 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 {
	HTTPClient *http.Client
	URL        string
	// contains filtered or unexported fields
}

Collector tests VPN connectivity by checking connection to https://ipinfo.io through a configured proxy

func NewCollector

func NewCollector(token string, proxyURL *url.URL, expiry time.Duration) *Collector

NewCollector creates a new Collector

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 Config

type Config struct {
	Proxy    string
	Token    string
	Interval time.Duration
}

Config to create a Collector

Jump to

Keyboard shortcuts

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