I have my influxdb installed in one of the remote windows machine (UK machine). From my local machine(Indian) i'm trying send data to influxdb using a dummy script in jmeter with backend listener. For which im getting "TextGraphiteMetricsSender: Error writing to Graphite: connect timed out" error.
I'm able to send data(from my machine) to influxdb installed in any other windows machine which is there in the same network as mine.
I tried pinging the remote W.machine ,which is successful.And i'm able to send metrics from the same machine using jmeter with backend listner.
(FYI- Same influxdb setup i had in other remote windows machine (UK). for which i could able to send from my local machine.)
Now i'm getting "TextGraphiteMetricsSender: Error writing to Graphite: connect timed out" error in jmeter log.
How can i confirm if this issue is because of firewall.? How can i confirm the root cause. or how can i resolve this.?
Please can anyone help.