-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: add relsize cache metrics (#9890)
## Problem We don't have any observability for the relation size cache. We have seen cache misses cause significant performance impact with high relation counts. Touches #9855. ## Summary of changes Adds the following metrics: * `pageserver_relsize_cache_entries` * `pageserver_relsize_cache_hits` * `pageserver_relsize_cache_misses` * `pageserver_relsize_cache_misses_old`
- Loading branch information
1 parent
8fdf786
commit e4f437a
Showing
2 changed files
with
42 additions
and
2 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
e4f437a
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.
7053 tests run: 6720 passed, 0 failed, 333 skipped (full report)
Flaky tests (2)
Postgres 15
test_cli_start_stop
: release-arm64Postgres 14
test_cli_start_stop
: release-arm64Code coverage* (full report)
functions
:30.6% (7978 of 26062 functions)
lines
:48.5% (63335 of 130455 lines)
* collected from Rust tests only
e4f437a at 2024-11-27T16:27:08.252Z :recycle: