Skip to content

v0.62.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 22:13
120b7e4
  • Fix PII filtering for detail log lines
    • Due to a bug in 0.60.0, all detail log lines (lines that add additional
      context to the primary log message) were unnecessarily redacted
  • Add DB_URL_FILE and DB_PASSWORD_FILE (@Munksgaard)
    • This allows passing sensitive DB passwords through files instead of environment
      variables. This makes collector work better with systemd
      credentials
      and NixOS flakes.
  • Collect query plan information on Amazon Aurora
    • This collects query plans and statistics in full snapshots using the aurora_stat_plans function.
  • Update systemd file to use MemoryMax instead of MemoryLimit