-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: reduce ops tracked at per-timeline detail (#8245)
## Problem We record detailed histograms for all page_service op types, which mostly aren't very interesting, but make our prometheus scrapes huge. Closes: #8223 ## Summary of changes - Only track GetPageAtLsn histograms on a per-timeline granularity. For all other operation types, rely on existing node-wide histograms.
- Loading branch information
Showing
1 changed file
with
54 additions
and
51 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
ea0b22a
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.
3093 tests run: 2965 passed, 1 failed, 127 skipped (full report)
Failures on Postgres 14
test_sql_over_http2
: releaseFlaky tests (1)
Postgres 14
test_tenant_creation_fails
: debugTest coverage report is not available
ea0b22a at 2024-07-03T18:08:08.539Z :recycle: