Now, what is interesting, is that this only happens when I have several widgets. When I view just a single widget (via dropdown → view), I do not have this experience.
I found out that this is a result for the “No data”:
EDIT: Also interesting fact: when I hook up my InfluxDB database (the one from docker) to my VM-Grafana, I do not have this issue. So, where do I need to take a look?
Thanks for your answer. I am running on ESXI.
The VM has 4 CPU cores and 1 socket. 2GB Ram.
The Docker virtual machine:
4 CPU cores and 1 socket, 32GB Ram.
I can try to tweak with the resources, but that would not explain why my dockerized InfluxDB container works perfect on the virtual machine Grafana, no?
EDIT: Also, I exprience no speed issues or whatsoever on Docker. All really fast.
EDIT2: I gave the Docker VM double the CPU resources - same behaviour. I gave the Grafana VM less resources - works fine.
@pooh could this be a timezone related issue? When I run the image on my local machine - no issues with the same influxdb datasource. Can you think along with me?
All data for Grafana should be held in the back-end data store in UTC.
Please confirm.
If you suspect a timezone problem, change the timezone of your Docker
machine to match that of the VM (and/or vice versa) and see if the problem
moves with the timezone change or stays with the architecture.
In my network (docker-network), I was running another host which had the same name as the InfluxDB container. Not sure how that is possible, but it was load-balancing between the two containers. Solved!