You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have lots of useful info available on VM/VMM/other objects. But once the object is deleted from k8s, we have no way of looking at what happened to an object.
One specific example I had in mind is exposing migration info, so that we can calculate stats:
Problem description / Motivation
We have lots of useful info available on VM/VMM/other objects. But once the object is deleted from k8s, we have no way of looking at what happened to an object.
One specific example I had in mind is exposing migration info, so that we can calculate stats:
autoscaling/pkg/neonvm/controllers/vmmigration_controller.go
Lines 548 to 556 in e3b2b76
Feature idea(s) / DoD
We have a clear way of adding new values to be exposed, and we understand what guarantees we have around it.
Implementation ideas
We already have per-VM metrics in agent, do we want to keep using it, and improve?
Maybe there is a standard way to do it in k8s already?
The text was updated successfully, but these errors were encountered: