I have set up four containers on a host: questdb, grafana, rabbitMQ and a python script (listener).
Everything is working -- I can consume off rabbit, write to questdb. But the QuestDB plugin for Grafana won't let me create a data source. Says "invalid port".
The containers are on the same network (sensu_net) and I can ping questdb container from grafana container.
I have tried using the container name and the container's IP address in "Server address", with port 8812, TLS disabled.
This plugin worked out the box in a "everything installed on one host" setup with server address "localhost" and port 8812.
I'm sure the port is exposed: f1bd657bc77e questdb/questdb "/docker-entrypoint.…" 40 minutes ago Up 28 minutes 0.0.0.0:8812->8812/tcp, :::8812->8812/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp, 9009/tcp
Right. So what noob mistaek am I making?
QuestDB plugin screenshot