Update schema

This commit is contained in:
Jan Eitzinger 2022-09-21 15:20:26 +02:00
parent 6ed9f16882
commit 3a582ee2f5
2 changed files with 4 additions and 4 deletions

View File

@ -214,15 +214,15 @@
"description": "CPU power consumption",
"$ref": "embedfs://job-metric-statistics.schema.json"
},
"gpu_used": {
"acc_used": {
"description": "GPU utilization",
"$ref": "embedfs://job-metric-statistics.schema.json"
},
"gpu_mem_used": {
"acc_mem_used": {
"description": "GPU memory capacity used",
"$ref": "embedfs://job-metric-statistics.schema.json"
},
"gpu_power": {
"acc_power": {
"description": "GPU power consumption",
"$ref": "embedfs://job-metric-statistics.schema.json"
},

View File

@ -163,7 +163,7 @@
"type": "string"
},
"id": {
"type": "integer"
"type": "string"
},
"statistics": {
"type": "object",