-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: add disk consistent and remote lsn metrics (#10005)
## Problem There's no metrics for disk consistent LSN and remote LSN. This stuff is useful when looking at ingest performance. ## Summary of changes Two per timeline metrics are added: `pageserver_disk_consistent_lsn` and `pageserver_projected_remote_consistent_lsn`. I went for the projected remote lsn instead of the visible one because that more closely matches remote storage write tput. Ideally we would have both, but these metrics are expensive.
- Loading branch information
Showing
4 changed files
with
54 additions
and
5 deletions.
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
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
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
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
3f1c542
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.
7166 tests run: 6846 passed, 1 failed, 319 skipped (full report)
Failures on Postgres 16
test_ingest_logical_message[github-actions-selfhosted-fsync-1024]
: release-x86-64Flaky tests (16)
Postgres 17
test_pageserver_gc_compaction_smoke
: release-x86-64, release-x86-64, release-arm64test_timeline_archival_chaos
: release-arm64Postgres 16
test_pageserver_gc_compaction_smoke
: release-x86-64Postgres 15
test_pageserver_chaos[None]
: release-x86-64test_pageserver_chaos[4]
: release-x86-64test_location_conf_churn[1]
: release-x86-64test_isolation[4]
: release-x86-64test_remote_storage_backup_and_restore[True-real_s3]
: release-x86-64test_remote_storage_backup_and_restore[False-real_s3]
: release-x86-64test_sharding_smoke
: release-x86-64test_pull_timeline[True]
: release-x86-64Postgres 14
test_pageserver_gc_compaction_smoke
: release-x86-64, release-arm64test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Code coverage* (full report)
functions
:31.4% (8324 of 26506 functions)
lines
:47.8% (65472 of 137071 lines)
* collected from Rust tests only
3f1c542 at 2024-12-06T12:19:17.754Z :recycle: