mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
- SandboxCheckpointedMetric and SandboxRestoredMetric are added for sandbox metadata metric which indicate whether 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. PiperOrigin-RevId: 726797010