pageserver: improve initdb observability #10423
Labels
a/observability
Area: related to observability
c/storage/pageserver
Component: storage: pageserver
c/storage
Component: storage
When bootstrapping a new timeline upon creation we have to run initdb (
run_initdb
intenant.rs
).Since it spawns a new process, we have a semaphore for concurrency limiting
INITDB_SEMAPHORE
.There's very little observability here. We should:
The text was updated successfully, but these errors were encountered: