Enable pg_stat_statements on the authentik postgres cluster #475
Reference in New Issue
Block a user
Delete Branch "benvin/authentik-pg-stat-statements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cluster preloads no statement-statistics library, so there is no per-query cost attribution in postgres and slow query paths have to be inferred from application-side metrics instead of read straight out of the database.
pg_stat_statementspg_stat_statements.maxand.track, which is what makes CNPG manage the extension and create it in every databaseRequires a postgres restart. Stacked on
benvin/authentik-cnpg-resources.This now conflicts
3de98e6053to162eff41d5