pgmetrics icon indicating copy to clipboard operation
pgmetrics copied to clipboard

Collect and display information and stats from a running PostgreSQL server

Results 21 pgmetrics issues
Sort by recently updated
recently updated
newest added

When popular enough (>50 stars, I think), would be great to have this as a homebrew package so one could just use `brew install pgmetrics`. I tried to create this...

enhancement

Hi there! Love the project, it's super useful and provides very interesting insights. I note that you have documented that you [can collect from the log files and display detailed...

is it possible to enforce iso date time formats everywhere in the report? it lines up much nicer in a report table and it's more international...

enhancement

Trying to authenticate using SSPI on Windows - see https://wiki.postgresql.org/wiki/Configuring_for_single_sign-on_using_SSPI_on_Windows I can open a shell window using the Windows domain account and run PostgreSQL commands (Windows domain account is PostgreSQL...

Hi, When using the collector package with other code that uses the lib/pq standard package, you get an error: panic: sql: Register called twice for driver postgres This is due...

Hey there, love the details with these metrics! I wrote a NodeJS script to flatten / convert json output into a graphite line protocol ready format here: https://gist.github.com/JohnnyMarnell/0ab7e95e2994b7960fe7a32667a529df If I...

In the json output created by: `pgmetrics --no-password --format=json` All of the setting values are stored as strings in the JSON output: ``` "maintenance_work_mem": { "setting": "65536" }, "max_connections": {...

Citus 11.x introduced a couple of breaking changes to the tables that pgmetrics queries, which causes errors when pgmetrics is run against Citus clusters on Citus 11. See release notes...

PGBOUNCER with 1.21 introduced [max_prepared_statements](https://www.pgbouncer.org/changelog.html#pgbouncer-121x) and I believe along that came a `prepared_statements` inside the [SHOW SERVERS](https://www.pgbouncer.org/usage.html) and SHOW CLIENTS

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies