Hi All,
I am planning to configure Prometheus to scrape metrics from clients and use the remote_write API to push the data to InfluxDB. Consequently, all data will be stored in InfluxDB.
Next, I will configure Prometheus with remote_read pointing to InfluxDB.
Therefore, if I use the Prometheus UI and run any PromQL query, I should receive the data, right?
One thing I am worried about is the stability of the remote_read api.
Below statement as per official doc Remote Read API | Prometheus
REMOTE READ API
This is not currently considered part of the stable API and is subject to change even between non-major version releases of Prometheus.