-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: add per-timeline read amp histogram (#10566)
## Problem We don't have per-timeline observability for read amplification. Touches neondatabase/cloud#23283. ## Summary of changes Add a per-timeline `pageserver_layers_per_read` histogram. NB: per-timeline histograms are expensive, but probably worth it in this case.
- Loading branch information
1 parent
8804d58
commit 6a2afa0
Showing
3 changed files
with
23 additions
and
0 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
6a2afa0
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.
7565 tests run: 7204 passed, 0 failed, 361 skipped (full report)
Flaky tests (9)
Postgres 17
test_pageserver_gc_compaction_smoke[no_branches]
: release-arm64-without-lfctest_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: debug-x86-64-without-lfc, release-arm64-without-lfc, release-arm64-with-lfctest_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: debug-x86-64-without-lfc, release-arm64-without-lfc, release-arm64-with-lfcPostgres 16
test_scrubber_tenant_snapshot[4]
: release-arm64-with-lfcPostgres 14
test_pageserver_gc_compaction_idempotent[after_restart]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.4% (8511 of 25502 functions)
lines
:49.1% (71482 of 145542 lines)
* collected from Rust tests only
6a2afa0 at 2025-01-30T14:17:52.091Z :recycle: