lundi 8 mai 2017

JMeter can't send data to influxdb in docker environment

I want to use influxdb and grafana in docker environment to show time-series data from jmeter.

I tried the set up from this post: http://ift.tt/1tnHAMQ and the only difference here is, I'm a docker environment. So I set up the influxdb configuration from the information given from docker hub(http://ift.tt/1TjLWN9): enter image description here

I change the configuration file like this: enter image description here

and type: "$ docker run -p 8086:8086 \ -v $PWD/influxdb.conf:/etc/influxdb/influxdb.conf:ro \ influxdb -config /etc/influxdb/influxdb.conf" in termianl,

And finally when I want to get the data from localhost:8083, enter database jemeter, and type"SHOW MEASUREMETNS", nothing shows there. What might be the reason here?

Aucun commentaire:

Enregistrer un commentaire