Skip to content

Releases: pganalyze/collector

v0.9.0rc2

27 Mar 13:17
Compare
Choose a tag to compare
v0.9.0rc2 Pre-release
Pre-release
  • 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

22 Mar 08:46
Compare
Choose a tag to compare
v0.9.0rc1 Pre-release
Pre-release
  • 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)