Skip to content

Disable per-table postgres_exporter collectors#29

Open
heavycrystal wants to merge 1 commit intoubicloud:mainfrom
heavycrystal:patch-1
Open

Disable per-table postgres_exporter collectors#29
heavycrystal wants to merge 1 commit intoubicloud:mainfrom
heavycrystal:patch-1

Conversation

@heavycrystal
Copy link
Copy Markdown
Collaborator

@heavycrystal heavycrystal commented Apr 14, 2026

These cause lock contention (ACCESS SHARE on pg_class/pg_namespace, plus pg_total_relation_size() per row) and are already filtered out at the federation layer. No reason to scrape them, improving scraping reliability under heavy workloads.

These cause lock contention (ACCESS SHARE on pg_class/pg_namespace, plus pg_total_relation_size() per row) and are already filtered out at the federation layer. No reason to scrape them, improves scraping reliability under heavy workloads.
@serprex serprex requested a review from furkansahin April 14, 2026 15:55
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.

2 participants