This message was deleted.
# support
s
This message was deleted.
v
@User
s
@User Your data is probably not reaching the signoz because of n/w issue or something. And regarding the DogStatsd, it is used for sending the request metrics but right now it is not useful as there is no server receiving and processing them.
m
How do i point my sample django app to reach signoz stack? There is a diff between README.md of django app and the signoz blog in general
s
I don't see any major differences b/w them. One is more elaborative and other is simple. Just to confirm were you able to see the service when run normally on machine instead of docker?
And here is the troubleshooting guide that might help https://signoz.io/docs/install/troubleshooting/
m
@User
a
@User
Also when we went through the source code for the sample django app we saw that you people are using a custom middleware polls.middleware.StatsdMetricsMiddleware upon checking the source code for that middleware we found out that you have instantiated a DogStatsd client
I don't think this middleware is needed. It was just to test statsd ingestion to signoz. But let us verify and confirm.