Versions in this module Expand all Collapse all v1 v1.5.1 Apr 23, 2018 Changes in this version + type HTTPClient interface + Post func(string, string, io.Reader) (*http.Response, error) + type Point struct + Host string + Metric string + Points [][]int64 + Tags []string + Type string + type PointBuilder interface + BuildPoints func(int64) ([]Point, error) + type Reporter struct + func NewReporter(apiKey string, pointBuilder PointBuilder, opts ...ReporterOption) *Reporter + func (r *Reporter) Run() + type ReporterOption func(*Reporter) + func WithHTTPClient(c HTTPClient) ReporterOption + func WithHost(host string) ReporterOption + func WithInterval(d time.Duration) ReporterOption