Is there a way to completely disable local storage with Prometheus 2?
There used to be an option --storage.local.engine, and the value none used to disable local storage, but with v2 I get this:
Error parsing commandline arguments: unknown long flag '--storage.local.engine'
prometheus: error: unknown long flag '--storage.local.engine'
I use remote read/write with InfluxDB and writing locally is a waste of resources.