Add timestamp for last work done by agent (#3844)

This commit is contained in:
Anbraten
2024-07-01 19:34:47 +02:00
committed by GitHub
parent ba858d67cc
commit 918985c508
4 changed files with 36 additions and 2 deletions

View File

@@ -3967,6 +3967,10 @@ const docTemplate = `{
"last_contact": {
"type": "integer"
},
"last_work": {
"description": "last time the agent did something, this value is used to determine if the agent is still doing work used by the autoscaler",
"type": "integer"
},
"name": {
"type": "string"
},