firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Remove/hook unused metrics

Open alindima opened this issue 3 years ago • 4 comments

We have some metrics that are never incremented, for example: sync_response_fails and sync_vmm_send_timeout_count (I assume there are more). We should assess whether it's worth hooking them in the specific Firecracker code or just remove them.

alindima avatar Feb 14 '22 15:02 alindima

There is some ongoing work to redesign our metrics subsystem to allow for per-device metrics by @sudanl0 at the moment, which will also tackle this issue.

roypat avatar Oct 09 '23 10:10 roypat