I am trying to post jmeter data to influxdb.
I am getting above error.
I tried to debug it but no success in it. Please help
Getting below error
Error writing metrics to influxDB Url: http://localhost:8086/write?org=poc&bucket=jmeter_demo, responseCode: 400, responseBody: {“code”:“invalid”,“message”:“missing db”}
Hello @Sangeeta_Agarwal,
can you please share either:
a) a screenshot of your buckets?
b) use the CLI bucket list command
c) use the API to get a list of your buckets?
my issue is resolved. since I was using docker, I needed to enter url as http://influxdb:8086 instead of localhost in backend listener. It worked with this change. Now the issue is data is not going in grafana via influx db. I am getting bucket not found error in grafana. Can anyone help me with same?