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 checkpoint restore metrics. #11417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

copybara-service[bot]
Copy link

Add checkpoint restore metrics.

  • SandboxCheckpointedMetric and SandboxRestoredMetric are added at the sandbox
    level which indicate whether the sandbox is checkpointed or restored.
  • NumCheckpointedSandboxesMetric and NumRestoredSandboxesMetric are added at
    the process level which will get the count of number of sandboxes being
    checkpointed and restored.
  • IsCheckpointed() and IsRestored() are added in the sandbox to indicate
    whether the sandbox has been checkpointed or restored.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jan 30, 2025
- SandboxCheckpointedMetric and SandboxRestoredMetric are added at the sandbox
level which indicate whether the sandbox is checkpointed or restored.
- NumCheckpointedSandboxesMetric and NumRestoredSandboxesMetric are added at
the process level which will get the count of number of sandboxes being
checkpointed and restored.
- IsCheckpointed() and IsRestored() are added in the sandbox to indicate
whether the sandbox has been checkpointed or restored.

PiperOrigin-RevId: 721408284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant