mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2026-01-11 16:26:17 +01:00
Add filesystems array. Fix Bugs.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user