Skip to content

Commit

Permalink
Merge pull request #7869 from neondatabase/rc/2024-05-23
Browse files Browse the repository at this point in the history
Metrics hotfix release
  • Loading branch information
Sasha Krassovsky committed May 23, 2024
2 parents 7fa4628 + dbff725 commit b16e4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-image-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ files:
- metric_name: wal_is_lost
type: gauge
help: 'Whether or not the replication slot\'s wal_status is lost'
help: 'Whether or not the replication slot wal_status is lost'
key_labels:
- slot_name
values: [wal_status_is_lost]
Expand Down

1 comment on commit b16e4f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3096 tests run: 2969 passed, 0 failed, 127 skipped (full report)


Flaky tests (1)

Postgres 16

  • test_secondary_background_downloads: release

Code coverage* (full report)

  • functions: 31.3% (6414 of 20481 functions)
  • lines: 48.0% (49311 of 102647 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
b16e4f6 at 2024-05-23T21:50:53.591Z :recycle:

Please sign in to comment.