Christopher Adigun
1 min readMar 30, 2019

--

Hi Santoshi,

The entry point of the Reporter module Dockerfile has an entry for the service name of the Grafana service name:

If your Grafana service name is not “jmeter-grafana”, the reporter deployment will not be able to pull the dashboard informations.

So if you are using a different Grafana service name, you can change the “ip” parameter in the Dockerfile of the Grafana Reporter accordingly and then build the image yourself and use this instead of the one in our DockerHub.

I will try to update the entrypoint by using a variable instead of the hard coded value (the deployment manifests will also be updated to reflect this) once I get some free time, this will make it more flexible especially if someone wants to use the image we built.

--

--

Responses (1)