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
144555: aggmetric: clean up ChildrenStorage interface r=RaduBerinde a=RaduBerinde
The interface has a `Do` function which passes an arbitrary
`interface{}` object to the function. The only thing the function can
do with that object is to pass it to `GetChildMetric`.
This dance is strange and unnecessary; we rename `Do` to `ForEach` and
change it to pass `ChildMetric` objects directly.
Informs: #144504
Epic: none
Release note: None
Co-authored-by: Radu Berinde <[email protected]>
0 commit comments