influxdb/prometheus/remote
Paul Dix f30eba380e Add support for Prometheus remote read and write API. (#8784)
Adds a new package prometheus for converting from remote reads and writes to Influx queries and points. Adds two new endpoints to the httpd handler to support prometheus remote read at /api/v1/prom/read and remote write at /api/v1/prom/write.

The only thing used from Prometheus is the storage/remote files that are generated from the remote.proto file. Copied that file into promtheus/remote package to avoid an extra dependency.
2017-09-07 13:52:37 -04:00
..
generate.go Add support for Prometheus remote read and write API. (#8784) 2017-09-07 13:52:37 -04:00
remote.pb.go Add support for Prometheus remote read and write API. (#8784) 2017-09-07 13:52:37 -04:00
remote.proto Add support for Prometheus remote read and write API. (#8784) 2017-09-07 13:52:37 -04:00