You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collector chart is available at pganalyze/pganalyze-collector
The oldest available package version is 0.55.0
Docker image: Support taking additional arguments for test, test-explain, collector
Previously, adding the verbose flag like test -v wasn't working. With this
update, the additional arguments are now correctly passed to the process and test -v will run the test with verbose mode
Docker image: Update the internal collector config file location
When the Docker container is passed the CONFIG_CONTENTS environment variable,
the file used to be written to /home/pganalyze/.pganalyze_collector.conf
location, and then read by the collector
Instead, this file is now written to the /config/pganalyze-collector.conf
location - this fixes problems when having a read-only root filesystem
Add --generate-stats-helper-sql helper command
This command generates a SQL script that can be passed to psql to install
stats helpers (e.g. for collecting column stats) on all configured databases
for the specified server