David Burke
03/07/2022, 4:18 PMsignoz/sample-django:latest1
there should not be a 1. In addition, it is not safe to assume
host.docker.internal
will resolve, though fixing these issues results in an message about not having the x86 image. I do not have any arm hardware to test on.Pranay
David Burke
03/07/2022, 6:00 PMPranay
David Burke
03/07/2022, 6:03 PMPranay
David Burke
03/07/2022, 6:12 PMPranay
psycopg2
instead of psycopg2-binary
the later is non-production setup and is not supported by otel instrumentation?
If you use postgres/ mysql/ sqlite3 as engine in django ORM, you should be able to see dataDavid Burke
03/07/2022, 6:28 PMPranay
David Burke
03/07/2022, 6:29 PMPranay
Srikanth Chekuri
03/07/2022, 6:39 PMpsycopg2-binary
is that the official docs don't recommend it for the production use and we don't want to add instrumentation for the non-production ready libs. https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary