Why doesn’t DataDog show BEGIN queries?
I am using DataDog with a Django site running on gunicorn with a Postgresql database. We have atomic DB transactions enabled by default. Postgres and Python traces are both configured per the DataDog documentation. In DataDog we can see the Postgres spans for the transaction COMMIT queries, but the transaction BEGIN queries are missing. I am trying to debug some performance issues with our site and would like to see if the BEGIN queries are somehow at fault, but it’s nearly impossible to confirm this when they aren’t showing up in DataDog.