Pablo Svampa
Pablo Svampa
### Database name Postgres # Issue description wal-g delete fails when running from remote docker containers ### Describe your problem It looks like the wal-g delete command relies on the...
**What did you do?** I ran an exporter process including the `auto-discover-databases` and `exclude-databases` flags. Also pulling from a custom query files: ``` exec postgres_exporter --web.listen-address :9189 --disable-default-metrics --auto-discover-databases --exclude-databases...
Hello Jobin, Over the last time, I got a few scenarios where I needed to deal with OIDs. During those cases, I found myself spending some time looking for the...
Hello Jobin! The `Session Details` section currently presents WaitEvent values as cardinal numbers, E.g., `WalWriterMain:1937,WALWrite:40,WALSync:16,CPU:7` What do you think about presenting those cardinal numbers as percentages? Wouldn’t it be more...
Hello Jobin, Currently, `pg_gather` reports the database/relation age. Over the last time, I faced a few `MultiXactId` scenarios. I would like `pg_gather` to report this if possible. Best Regards,