Versions in this module Expand all Collapse all v0 v0.1.1 Apr 26, 2020 Changes in this version + func CSVWriter(w io.Writer, results []Result) error + type Result struct + Metric string + Values map[string]string + func Query(host string, start time.Time, end time.Time, query string) ([]Result, error)