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

Add stages to the firecracker_stage_duration_usec metric #8281

Merged
merged 9 commits into from
Feb 3, 2025

Conversation

vanja-p
Copy link
Contributor

@vanja-p vanja-p commented Jan 31, 2025

I added the pull_image and remove stages, and I split init into create and unpause.

This will save a tiny bit of time, but that's not the main reason I'm making the change.

Currently, the FirecrackerExecDialDurationUsec metric records the time for 3 dials per action. The first dial is much slower, but the 2nd and 3rd one drive down the average for the metric, so it seems that the par action dial is faster than it really is.
 I added the `pull_image` and `remote` stages, and I split `init` into `create` and `unpause`.
@vanja-p vanja-p marked this pull request as ready for review February 3, 2025 18:10
@vanja-p vanja-p merged commit e6c1c33 into master Feb 3, 2025
14 of 15 checks passed
@vanja-p vanja-p deleted the vanja-metric branch February 3, 2025 20:05
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.

2 participants