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
Currently the V2 Autoscaler formats logs by converting the V2 data
structure `ClusterStatus` to the V1 structures `AutoscalerSummary` and
`LoadMetricsSummary` and then passing them to the legacy
`format_info_string`. It'd be useful for the V2 autoscaler to directly
format `ClusterStatus` to the correct output log format. This PR
refactors `utils.py` to directly format `ClusterStatus`. Additionally,
this PR changes the node reports to output `instance_id` rather than
`ip_address`, since the latter is not necessarily unique for failed
nodes.
## Related issue number
Closesray-project#37856
---------
Signed-off-by: ryanaoleary <[email protected]>
Signed-off-by: Ryan O'Leary <[email protected]>
0 commit comments