Pablo Svampa
Pablo Svampa
+1 I've created a very small and simple custom query file: ``` pg_database: query: "SELECT pg_database.datname, pg_database_size(pg_database.datname) as size_bytes FROM pg_database" master: true metrics: - datname: usage: "LABEL" description: "Name...
https://github.com/jobinau/pg_gather/pull/42 adds DB-level multixactid verification. If it becomes helpful, a threshold-based warning could be added, similar to the report's other warnings.
I am testing it with the mentioned commit, which looks great. After checking several times with different data collections, I will share this with you. TY, Jobin!