Versions in this module Expand all Collapse all v1 v1.4.1 Nov 14, 2017 v1.4.0 Nov 13, 2017 Changes in this version + var ErrNaNDropped = errors.New("dropped NaN from Prometheus since they are not supported") + func ReadRequestToInfluxQLQuery(req *remote.ReadRequest, db, rp string) (*influxql.Query, error) + func TagsToLabelPairs(tags map[string]string) []*remote.LabelPair + func WriteRequestToPoints(req *remote.WriteRequest) ([]models.Point, error)