sql: add metric for full index/table scans #58653
Labels
A-sql-observability
Related to observability of the SQL layer
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.
Add a new metric for full index and table scans, called
sql.full_index_scans
. Increment this metric when a full table or index scan is performed by a user-initiated query.This should probably happen in the same spot that we add them to the slow query logs.
The text was updated successfully, but these errors were encountered: