apm-agent-python icon indicating copy to clipboard operation
apm-agent-python copied to clipboard

Fix psycopg_pool instrumentation to restore Postgres spans

Open JaeHyuckSa opened this issue 2 months ago • 4 comments

What does this pull request do?

  • instrument psycopg.Connection.connect so that psycopg_pool.ConnectionPool-managed connections are proxied and DB spans are emitted again

Related issues

Closes #2094

JaeHyuckSa avatar Oct 17 '25 18:10 JaeHyuckSa

💚 CLA has been signed

:robot: GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

github-actions[bot] avatar Oct 17 '25 18:10 github-actions[bot]

@JaeHyuckSa The tests file name was good, the requirements and environments one are wrong. Also the matrix files update is missing.

xrmx avatar Nov 04 '25 16:11 xrmx

@xrmx Thank you for the review. I was going to make some other changes back then but forgot about it… I’ve now reflected everything you mentioned!

JaeHyuckSa avatar Nov 05 '25 15:11 JaeHyuckSa