Upcoming changes to Heroku Postgres metrics logs
Change effective on 06 May 2024
On May 15, 2024, we’ll begin gradually rolling out additional fields to Heroku Postgres metrics logs:
- Databases with high-availability standbys will include the fields
primary-availableandstandby-available, with a1denoting database availability and a0denoting database outage. - Databases without high-availability will include
service-available, with a1denoting database availability and a0denoting database outage. - For databases that support rollback, logs will include the field
rollback-from, with either the timestamp of the earliest available rollback point, orcapturing-snapshotif the first backup is in progress.