package
1.11.0
Repository: https://github.com/prometheus/pushgateway.git
Documentation: pkg.go.dev

# Functions

Delete returns a handler that accepts delete requests.
Healthy is used to report the health of the Pushgateway.
Push returns an http.Handler which accepts samples over HTTP and stores them in the MetricStore.
Ready is used to report if the Pushgateway is ready to process requests.
Static serves the static files from the provided http.FileSystem.
Status serves the status page.
WipeMetricStore deletes all the metrics in MetricStore.

# Constants

Base64Suffix is appended to a label name in the request URL path to mark the following label value as base64 encoded.

# Variables

EscapingScheme is provided when unescaping label names in the request URL path to define the escaping scheme that will be used.