compute_ctl: Fix misleading metric (#4608)

This commit is contained in:
bojanserafimov
2023-07-04 19:07:36 -04:00
committed by GitHub
parent cbf9a40889
commit c7143dbde6
3 changed files with 9 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ pub struct ComputeMetrics {
pub wait_for_spec_ms: u64,
pub sync_safekeepers_ms: u64,
pub basebackup_ms: u64,
pub start_postgres_ms: u64,
pub config_ms: u64,
pub total_startup_ms: u64,
}