Releases: pganalyze/collector
Releases · pganalyze/collector
v0.9.0rc2
- Add --test mode to ease initial setup
- Don't do an initial run when daemonizing (the default), this is mostly so we
can keep a clean schedule and prevent issues if the config is temporarily wrong,
or the server is unreachable for some reason - Use POSIX commandline flags (double dash instead of single dash, shorthand flags)
instead of Go's flag approach - Added support for specifying sslmode when connecting, and default to "prefer"
- This also fixes an issue where beforehand we required SSL to always be present
- For maximum security you might want to set this to "require" or "verify-full"
- Re-introduced all required statistics currently used by pganalyze
v0.9.0rc1
- Initial Go re-release
- The collector now runs as a daemon (instead of through the crontab)
- We optionally write a pidfile, which you can use to SIGHUP for config changes
- You can specify multiple databases in the configuration file
- Support for fetching Amazon Web Service RDS data (CloudWatch and log files)