Skip to content

Conversation

@barney-s
Copy link
Contributor

Adds a new histogram metric to track the time it takes for a sandbox to become ready after it has been created.

Fixes #123

@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Oct 28, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: barney-s
Once this PR has been reviewed and has the lgtm label, please assign soltysh for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 28, 2025
@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for agent-sandbox canceled.

Name Link
🔨 Latest commit a298e7b
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/6908f38bb625640008cccee8

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Oct 28, 2025
@barney-s
Copy link
Contributor Author

@vicentefb FYI

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 28, 2025
@barney-s barney-s force-pushed the issue-123-fixes branch 2 times, most recently from d3242c8 to 26710dc Compare October 28, 2025 10:51
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 28, 2025
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 28, 2025
@barney-s barney-s force-pushed the issue-123-fixes branch 4 times, most recently from f9268c9 to 856c74d Compare October 28, 2025 18:29
@barney-s barney-s force-pushed the issue-123-fixes branch 2 times, most recently from 90c0ee1 to fc23586 Compare October 31, 2025 18:20
@barney-s barney-s changed the title feat: add sandbox_creation_latency metric feat: add sandbox_creation_latency_ms metric Oct 31, 2025
Adds a new histogram metric to track the time it takes for a sandbox
to become ready after it has been created.
@antonipp
Copy link
Contributor

@barney-s what's the state of this PR? We are really interested in this metric as well!

btw I already have some code based on your branch to also track E2E latency for Sandbox creation if it was created from a SandboxClaim (because we were interested in tracking the full latency from SandboxClaim creation until the full Sandbox readiness). I can contribute it once this PR is merged

Copy link
Contributor

@peterzhongyi peterzhongyi left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: Add custom metric to track Sandbox creation time latency

6 participants