Flood is a proxy that accepts Influx Line protocol and writes it to Cortex. While today it only accepts writes, I have plans to add Flux read support too!
To run it:
./flood -server.http-listen-port=8080 -auth.enable=false -distributor.endpoint=localhost:9095
- Add tests for this.
- Add the read path.
- Support out of order ingests.