sql/pgwire: add telemetry for pgwire extended protcol #65622
Labels
A-sql-pgwire
pgwire protocol issues.
A-telemetry
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-starter
Might be suitable for a starter project for new employees or team members.
good first issue
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
CockroachDB supports the pgwire extended protocol (https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY) and many drivers use it by default.
Add telemetry to understand how much this protocol is used. The feature counters can be
pgwire.command.parse
,pgwire.command.bind
,pgwire.command.describe
, andpgwire.command.execute
.cc @vy-ton
The text was updated successfully, but these errors were encountered: