-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose LSN and replication delay as metrics (#7610)
## Problem We currently have no way to see what the current LSN of a compute its, and in case of read replicas, we don't know what the difference in LSNs is. ## Summary of changes Adds these metrics
- Loading branch information
Sasha Krassovsky
authored
May 8, 2024
1 parent
0457980
commit 21e1a49
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21e1a49
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3105 tests run: 2957 passed, 2 failed, 146 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]
: releasetest_storage_controller_many_tenants[github-actions-selfhosted]
: releaseFlaky tests (1)
Postgres 15
test_vm_bit_clear_on_heap_lock
: debugCode coverage* (full report)
functions
:31.4% (6313 of 20125 functions)
lines
:47.3% (47575 of 100666 lines)
* collected from Rust tests only
21e1a49 at 2024-05-08T17:32:20.911Z :recycle: