I have a node exporter installed and running. I also have a prometheus instance installed. I am scraping data from the node exporter in the prometheus instance.
Now my goal is to install two influxdb instances in two separate machines.
Then use remote storage adapter to make the installed prometheus write into both the instances of influxdb.
Are there any configurations which I have to tweak to support multiple instances of influxdb?
Please note:
I have been able to establish this entire setup with a single influxdb instance. I am also seeing node exporter data in the influx database.
Please suggest.