Hi everyone,
I’m setting up SigNoz as a self-hosted instance running in a Docker container. The UI is working fine. I have connected Azure Event Hub and configured the collector as a centralized collector, assigning a label to the IP address as per the documentation. The Event Hub is receiving messages, and the collector is successfully connected to it, but the logs are empty.
To troubleshoot further, I created a demo Django app and configured its Docker container to send logs to the self-hosted SigNoz instance. However, no logs appear when I check from the signoz UI. I followed the Docker Compose setup from the documentation. I verified the Django app’s setup by using OTEL_TRACES_EXPORTER=console, and as expected, telemetry logs are being collected. I also confirmed that the centralized exporter is accessible from my local machine.
Could anyone help me resolve this issue?
Thanks!