How do I make neo4j queries show up in datata dog for that request

Hi,

I have a flask based python microservice. I added neo4j python driver to it to retrieve results from neo4j database. Now I was looking to see how the over application performs and individulal elements in a request. For that we have dataog integrated to the flask application level. But when I look at the APM trace I only see

One small section for session closing. How do i get the query to show up? So I can compare the time taken with dynamodb etc.

Thanks