How can we send metrics from JMeter to Grafana Cloud using Graphite TSDB?

104 Views Asked by At

I am trying to send metrics from JMeter to Grafana Cloud using Graphite. But i am getting error sending metrics to Graphite in Jmeter logs. I am using Grafana cloud Graphite Url as host in my backend listener. Can anyone who tried this way of sending metrics help?

I tried backend listener (GraphiteBackendListenerClient) in JMeter and using Grafana cloud Graphite URL as host. I expected to be able to send metrics to Graphite which is added as a data source in Grafana Cloud. But i am getting error sending metrics to Graphite. I am assuming that port 2003 is not open on Graphite server to allow the incoming traffic. Any help on this please?

1

There are 1 best solutions below

1
Dmitri T On

If you "assume" that the port is not opened you can check it using telnet or equivalent.

Also it worth looking at jmeter.log file for any suspicious entries, you might also want to increase JMeter's debug logging verbosity for the Backend Listener by adding the next line to log4j2.xml file:

<Logger name="org.apache.jmeter.visualizers.backend" level="debug" />