mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
Merge pull request #7303 from GabyCT/topic/cleanupmemoryusage
metrics: Update memory usage script
This commit is contained in:
commit
ae55893deb
@ -320,8 +320,6 @@ EOF
|
||||
|
||||
metrics_json_add_array_element "$json"
|
||||
metrics_json_end_array "Results"
|
||||
|
||||
clean_env_ctr
|
||||
}
|
||||
|
||||
function save_config(){
|
||||
@ -378,6 +376,7 @@ function main(){
|
||||
fi
|
||||
|
||||
metrics_json_save
|
||||
clean_env_ctr
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user