|
Hi guys, I'm exploring Grafana Cloud and trying to instrument my Django app and send the Otel data to the Grafana Cloud using Grafana Alloy. I could not get logs on the Graphana dashboard, even in the Alloy debug console; I don't see the logs flowing. I had a quick chat with the Alloy developer in the Graphana community, and he confirms that my Alloy config is correct, and the issue could be either the way I instrumented the Django app or in Django logging Following is my app setup -
What's working -
What's not working -
Python and package version Adding the following config below -
Gunicorn Config Django Log settings Alloy configuration |
Answered by
overide
Oct 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anything looking for solution, this works - #4294