pgwatch2
pgwatch2 copied to clipboard
PostgreSQL metrics monitor/dashboard
Similar to #464 (get_table_bloat_approx_sql), the table_bloat_approx_summary_sql fails with a divide by zero error in some circumstances. I applied the same fix to the postgres 12 metric_su.sql, and it appears to...
Hi pgwatch2 team, As described in [#348](https://github.com/cybertec-postgresql/pgwatch2/issues/348), once we switch pgwatch2 to pgbouncer transaction mode, as pgbouncer transaction mode doesn't support "prepared statement" then caused "pq: unnamed prepared statement" error....
I am getting javascript errors (and no data) when trying to view the Biggest relations treemap dashboard. I assume something has changed in grafana that has broken the svantly-heatmap-panel plugin....
Hi, on docker https://hub.docker.com/r/cybertec/pgwatch2-postgres/tags you're only providing linux/amd64 images. do you have plans also providing linux/arm64 for running on AWS Graviton ARM? Regards stheine
Had this: ``` 2022/06/22 20:54:09 WARN main: Could not find PG version info for DB XXX, skipping shutdown check of metric worker process for wal_count 2022/06/22 20:54:09 WARN main: Could...
Change cert_key to correct parameter.
Hello, I am deploying pgwatch with helm, trying to use two databases, im not sure if thats related to the problem or not. One database is the one that I...
I have a problem with the "public" schema that is used for the metrics. In my organisation the use of this schema is forbidden for security reasons: it is obviously...
Trying to run the pgwatch docker container in my local pc running Ubuntu 22.04. I am running postres-14 in another container, exposing port 5432, with this command: ``` sudo docker...