kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

Metrics not sent to InfluxDB #7

Closed CodeJjang closed 6 years ago

CodeJjang commented 6 years ago

Hi, I successfully deployed all the setup (without ingress) and I manage to run load tests.
However, metrics do not reach the InfluxDB.
I've checked the DB logs that the queries from Grafana do reach it, I checked that jmeter database is presented, but I can't figure out why the metrics don't arrive.

I have also tried to figure out which pods I need to debug, but I can't find out whether the metrics are sent from the master from the reporter, and in any way, I have no clue how to check why they don't hit the DB.

Any tips regarding how to fix this?

CodeJjang commented 6 years ago

My mistake, my jmx file did not contain the connection info to influxdb.