-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
libcontainer: include cgroupv2 memory.events in Manager.GetStats #4120
base: main
Are you sure you want to change the base?
Conversation
@AkihiroSuda Would you mind to retry the test for me? some of them failed because of the APT apt throttled |
Seems we will find the same error on other action |
52a4e50
to
cd1f539
Compare
ef6ffba
to
ea0e2df
Compare
@AkihiroSuda ping for review( |
ea0e2df
to
49db583
Compare
49db583
to
a3f2d75
Compare
4d75890
to
bffe907
Compare
bffe907
to
b28b328
Compare
libcontainer/cgroups/stats.go
Outdated
PSI *PSIStats `json:"psi,omitempty"` | ||
Stats map[string]uint64 `json:"stats,omitempty"` | ||
PSI *PSIStats `json:"psi,omitempty"` | ||
EventCount MemoryEventsCount `json:"events_count,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A follow-up name matching situation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/events_count/event_count/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Zheaoli Why you ignored this one?
b28b328
to
f43f8c1
Compare
f43f8c1
to
823b283
Compare
f64b64e
to
0d8b4d9
Compare
Signed-off-by: Zheao.Li <me@manjusaka.me>
0d8b4d9
to
12aaa2b
Compare
Carry #3608
Signed-off-by: Zheao.Li me@manjusaka.me