Hi, team! I have Django app, run by uwsgi. I connect app to Selfhosted Signoz by opentelemetry.instrumentation.wsgi.OpenTelemetryMiddleware and use postfork. But in Traces I don't have any information about db queries. what am i doing wrong?
Кирилл Алтухов
09/12/2024, 1:48 PM
image.png
p
Prashanth Banda
09/12/2024, 2:05 PM
You'll have to include instrumentation for your database separately by installing the pip module for its instrumentation (Sometimes it is packaged along with your database module) and call the
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.