Skip to content

feat: worker provisioning and startup duration metrics#8266

Merged
matt-boris merged 2 commits intomainfrom
matt-boris/addWorkerBootTimes
Feb 10, 2026
Merged

feat: worker provisioning and startup duration metrics#8266
matt-boris merged 2 commits intomainfrom
matt-boris/addWorkerBootTimes

Conversation

@matt-boris
Copy link
Contributor

Fixes #8232.

Worker Runner now includes system boot time when registering a new worker with Worker Manager.
Worker Manager uses this to report two new metrics: workerProvisionDuration (time from worker
requested to system boot) and workerStartupDuration (time from system boot to registration).

@matt-boris matt-boris force-pushed the matt-boris/addWorkerBootTimes branch 2 times, most recently from c488b83 to a6f8241 Compare February 9, 2026 18:44
@matt-boris matt-boris force-pushed the matt-boris/addWorkerBootTimes branch from a6f8241 to b683bed Compare February 10, 2026 01:43
@matt-boris matt-boris force-pushed the matt-boris/addWorkerBootTimes branch from b683bed to e2f0dae Compare February 10, 2026 01:48
@matt-boris matt-boris marked this pull request as ready for review February 10, 2026 02:25
@matt-boris matt-boris requested a review from a team as a code owner February 10, 2026 02:25
@matt-boris matt-boris requested review from lotas and petemoore and removed request for a team February 10, 2026 02:25
Copy link
Contributor

@lotas lotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice!

@matt-boris matt-boris merged commit 50ac90a into main Feb 10, 2026
73 checks passed
@matt-boris matt-boris deleted the matt-boris/addWorkerBootTimes branch February 10, 2026 13:36
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.

increase granularity of registration time metrics

2 participants