package main

Import Path
	golang.org/x/pkgsite/cmd/prober (on go.dev)

Dependency Relation
	imports 19 packages, and imported by 0 packages

Involved Source Files The prober hits the frontend with a fixed set of URLs. It is designed to be run periodically and to export metrics for altering and performance tracking.
Package-Level Type Names (total 2, both are exported)
/* sort exporteds by: | */
A Probe represents a single HTTP GET request. Whether or not to set a header that causes the frontend to skip the redis cache. A short, stable name for the probe. Since it is used in metrics, it shouldn't be too long and should stay the same even if actual URL changes. The part of the URL after the host:port.
ProbeStatus records the result if a single probe attempt // status code of response // in milliseconds Probe *Probe // describes what happened: "OK", or "FAILED" with a reason
Package-Level Functions (total 6, none are exported)