Skip to content

fix(asyncpg): instrument prepared statements#4529

Open
aleksul wants to merge 1 commit intoopen-telemetry:mainfrom
aleksul:aleksul/asyncpg-prepared-statements
Open

fix(asyncpg): instrument prepared statements#4529
aleksul wants to merge 1 commit intoopen-telemetry:mainfrom
aleksul:aleksul/asyncpg-prepared-statements

Conversation

@aleksul
Copy link
Copy Markdown

@aleksul aleksul commented May 3, 2026

Description

  • Wrap asyncpg prepared statements with instrumentation.

Fixes #4528

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Added unit tests

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • [] Documentation has been updated

@aleksul aleksul requested a review from a team as a code owner May 3, 2026 14:12
@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented May 3, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: aleksul / name: aleksul (5fd2fbd)

@github-project-automation github-project-automation Bot moved this to Reviewed PRs that need fixes in Python PR digest May 5, 2026
@aleksul aleksul force-pushed the aleksul/asyncpg-prepared-statements branch 2 times, most recently from b68434d to 1fc33ff Compare May 5, 2026 18:46
@aleksul aleksul requested a review from herin049 May 5, 2026 18:48
Assisted-by: Claude Sonnet 4.6
@aleksul aleksul force-pushed the aleksul/asyncpg-prepared-statements branch from 1fc33ff to 5fd2fbd Compare May 6, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed PRs that need fixes

Development

Successfully merging this pull request may close these issues.

AsyncPGInstrumentor does not instrument prepared statements

2 participants