[YSQL] Provide cluster wide view on pg_stat_statements #4802
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Milestone
Jira Link: DB-2484
Today, pg_stat_statements extension is used to maintain statistics on queries being executed on each YSQL node. We want to provide a cluster wide view of this data.
The idea is to have each YSQL server emit these metrics periodically to a
metrics
table and then be able to retrieve these cluster wide metrics via SQL statements / view.The text was updated successfully, but these errors were encountered: