# Functions

RunMetrics creates a set of Prometheus test series that update over time.
SendRemoteWrite initializes a http client and sends metrics to a prometheus compatible remote endpoint.
ServeMetrics serves a prometheus metrics endpoint with test series.
ToTimeSeriesSlice converts a slice of metricFamilies containing samples into a slice of TimeSeries.

# Structs

Client for the remote write requests.
ConfigWrite for the remote write requests.