# Functions
Intp returns a pointer to the given integer value.
MustNewRequest creates a new http get request or panics if it can't.
MustParseURL parses a URL or panics if it can't.
NewCollectingHealthCheckMetrics creates a new CollectingHealthCheckMetrics instance.
Stringp returns a pointer to the given string value.
# Structs
CollectingCounter is a metrics.Counter implementation that enables access to the CounterValue and LastLabelValues.
CollectingGauge is a metrics.Gauge implementation that enables access to the GaugeValue and LastLabelValues.
CollectingHealthCheckMetrics can be used for testing the Metrics instrumentation of the HealthCheck package.