Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pageserver: add initdb metrics #10434

Merged
merged 3 commits into from
Jan 17, 2025
Merged

pageserver: add initdb metrics #10434

merged 3 commits into from
Jan 17, 2025

Conversation

VladLazar
Copy link
Contributor

@VladLazar VladLazar commented Jan 16, 2025

Problem

Initdb observability is poor.

Summary of changes

Add some metrics so we can figure out which part, if any, is slow.

Closes #10423

@VladLazar VladLazar requested a review from a team as a code owner January 16, 2025 17:34
@VladLazar VladLazar requested a review from arssher January 16, 2025 17:34
@VladLazar VladLazar requested review from problame and removed request for arssher January 16, 2025 17:35
pageserver/src/metrics.rs Show resolved Hide resolved
Copy link

7326 tests run: 6949 passed, 0 failed, 377 skipped (full report)


Flaky tests (3)

Postgres 17

Postgres 16

Code coverage* (full report)

  • functions: 33.7% (8427 of 25034 functions)
  • lines: 49.2% (70482 of 143389 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0c49612 at 2025-01-16T18:45:32.060Z :recycle:

@VladLazar VladLazar added this pull request to the merge queue Jan 17, 2025
Merged via the queue into main with commit 6975228 Jan 17, 2025
84 checks passed
@VladLazar VladLazar deleted the vlad/initdb-observability branch January 17, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pageserver: improve initdb observability
2 participants