package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev

# Functions

HTTP returns a Probe that healthchecks an HTTP URL.
New returns a new Prober.
TCP returns a Probe that healthchecks a TCP endpoint.
TLS returns a Probe that healthchecks a TLS endpoint.

# Structs

Probe is a probe that healthchecks something and updates Prometheus metrics with the results.
a Prober manages a set of probes and keeps track of their results.

# Type aliases

ProbeFunc is a function that probes something and reports whether the probe succeeded.