Add LimitMode and Resources.CPU.IsThrottling to process state

This commit is contained in:
Ingo Oppermann
2023-07-17 21:45:19 +02:00
parent 5b075ed54b
commit 8a8ff6d4f4
8 changed files with 66 additions and 26 deletions

View File

@@ -6147,6 +6147,9 @@ const docTemplate = `{
"last_logline": {
"type": "string"
},
"limit_mode": {
"type": "string"
},
"memory_bytes": {
"description": "deprecated, use Resources.CPU.Current",
"type": "integer",
@@ -6199,6 +6202,9 @@ const docTemplate = `{
},
"ncpu": {
"type": "number"
},
"throttling": {
"type": "boolean"
}
}
},