Skip to content

feat: Instrument PG Connection send_* async methods#1992

Open
zergov wants to merge 1 commit intoopen-telemetry:mainfrom
zergov:zgv/instrument-pg-send-async-methods
Open

feat: Instrument PG Connection send_* async methods#1992
zergov wants to merge 1 commit intoopen-telemetry:mainfrom
zergov:zgv/instrument-pg-send-async-methods

Conversation

@zergov
Copy link

@zergov zergov commented Feb 8, 2026

I use query pipelining in my application and I expected these method calls to show up in the traces.

This PR instruments the following PG::Connection asynchronous processing methods:

  • send_query
  • send_query_params
  • send_prepare
  • send_query_prepared

Instrument the following PG::Connection asynchronous processing methods:
- send_query
- send_query_params
- send_prepare
- send_query_prepared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant