Add filesystems array. Fix Bugs.

This commit is contained in:
Jan Eitzinger
2022-08-25 17:33:18 +02:00
parent 5ea38d5a6c
commit 8aefd3e34a
5 changed files with 323 additions and 376 deletions

View File

@@ -9,18 +9,6 @@
"description": "Metric unit",
"$ref": "https://raw.githubusercontent.com/ClusterCockpit/cc-specifications/master/datastructures/unit.schema.json"
},
"scope": {
"type": "string",
"enum": [
"node",
"hwthread",
"core",
"memoryDomain",
"die",
"socket",
"accelerator"
]
},
"timestep": {
"description": "Measurement interval in seconds",
"type": "integer"
@@ -214,6 +202,7 @@
},
"required": [
"hostname",
"statistics",
"data"
]
}
@@ -221,7 +210,6 @@
},
"required": [
"unit",
"scope",
"timestep",
"series"
]