We would like to use VictoriaMetric as storage DB for time-series data that is collected from Prometheus. But it's said in the doc that this integration is only supported in write mode and not the read one.
- Does it mean that prometheus will only be used as a collector of time-series data and the PromQL to read that data won't be available?
- Does Prometheus will stop to store collected data in filesystem and only use remote storage if we specify remote write configuration? Or the collected data will still be available from the filesystem and we can collect real-time data from Prometheus and if we need historic long-term data we have to query the DB itself?