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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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