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

observability: add metrics so we can measure frequency and duration of PVC snapshot backup and restore #10195

Closed
Tracked by #7901
sagor999 opened this issue May 23, 2022 · 2 comments · Fixed by #10290, #10342, #10623, #10640 or #10641
Assignees
Labels
team: workspace Issue belongs to the Workspace team

Comments

@sagor999
Copy link
Contributor

sagor999 commented May 23, 2022

Frequency:

  • PVC snapshot backup
    • workspace_backups_success_total.
    • workspace_backups_failure_total.
  • PVC snapshot restore
    • workspace_restores_success_total.
    • workspace_restores_failure_total.

Duration:

  • PVC snapshot backup: gitpod_ws_manager_volume_snapshot_seconds.
  • PVC snapshot restore: gitpod_ws_manager_volume_restore_seconds.
@sagor999
Copy link
Contributor Author

@jenting assigning to you, similar to this: #9355

@jenting jenting moved this to In Progress in 🌌 Workspace Team May 27, 2022
@jenting jenting moved this from In Progress to Scheduled in 🌌 Workspace Team Jun 7, 2022
@jenting jenting added the team: workspace Issue belongs to the Workspace team label Jun 7, 2022
@jenting jenting linked a pull request Jun 13, 2022 that will close this issue
@jenting jenting moved this from Scheduled to In Progress in 🌌 Workspace Team Jun 13, 2022
@jenting jenting linked a pull request Jun 13, 2022 that will close this issue
@jenting
Copy link
Contributor

jenting commented Jun 13, 2022

For the PVC snapshot restore time, we could calculate the time of the PVC object state from initialized to bound.

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