You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
I'm not sure what has changed. I had this working up to last week.
Currently when I run a JMeter test, no data appears in the influx database.
These are my settings
testName: test
nodeName: JMeter
influxDBHost:
influxDBPort: 8086
influxDBUser: jmeter
influxDBPassword:
influxDBDatabase:
retentionPolicy: autogen
samplerList: .*
useRegexForSamplerList: true
I can run the test and load is produced. There are no errors in the JMeter log, however not data seems to be transferred to influx DB.
I've tried using the default Influx Backend Listener and that seems to work fine.
Any advice is appreciated