Hi @tam481! Did you ever manage to solve the problem? I have the exact same problem and so far I’ve not managed to get the plugin to log anything from my Docker Compose and Docker containers into the Grafana Cloud Loki instance I’m using. I’ve double checked API keys, URLs etc.
Hi @fredriksmedberg It turns out, rather embarrassingly, that it wasn’t Grafana. It was my Loki container where I hadn’t disabled analytics. As soon as I added
analytics:
reporting_enabled: false
and restarted the container, all the DNS domain lookups stopped.