Hi everyone, I've managed to connect JMeter to InfluxDB using the guide in https://jmeter.apache.org/usermanual/realtime-results.html, however I have a couple of questions.
Running more than one test, how should I filter the tests? According to https://jmeter.apache.org/usermanual/component_reference.html#Backend_Listener we have 2 parameters that could filter: - application: Name of tested application. This value is stored in the 'events' measurement too as a tag named 'application' - testTitle Test name. Defaults to Test name. This value is stored in the 'events' measurement as a field named 'text'. JMeter generate automatically at the start and the end of the test an annotation with this value ending with ' started' and ' ended' application already appears as a filter in the Grafana dashboard, but testTitle does not. Any thoughts? Thank you. Regards
