# Functions
ModelTagsToLabelPairs converts models.Tags to a slice of Prometheus label pairs.
PrometheusToStatistics converts a prometheus metric family (from Registry.Gather) to a []model.Statistics for /debug/vars .
ReadRequestToInfluxStorageRequest converts a Prometheus remote read request into one using the new storage API that IFQL uses.
RemoveInfluxSystemTags will remove tags that are Influx internal (_measurement and _field).
TagsToLabelPairs converts a map of Influx tags into a slice of Prometheus label pairs.
WriteRequestToPoints converts a Prometheus remote write request of time series and their samples into Points that can be written into Influx.
# Structs
A DroppedValuesError is returned when the prometheus write request contains unsupported float64 values.