Intermediate Save commit

This commit is contained in:
Jan Eitzinger
2022-10-04 10:12:35 +02:00
parent 7251344d4a
commit 29d215fcea
10 changed files with 125 additions and 59 deletions

View File

@@ -21,7 +21,7 @@
},
"unit": {
"description": "Metric unit",
"type": "string"
"$ref": "embedfs://unit.schema.json"
},
"scope": {
"description": "Native measurement resolution",
@@ -38,7 +38,6 @@
"sum",
"avg"
]
},
"subClusters": {
"description": "Array of cluster hardware partition metric thresholds",

View File

@@ -349,7 +349,6 @@
"jobState",
"duration",
"resources",
"tags",
"statistics"
]
}

View File

@@ -5,7 +5,7 @@
"description": "Format specification for job metric units",
"type": "object",
"properties": {
"base_unit": {
"base": {
"description": "Metric base unit",
"type": "string",
"enum": [
@@ -36,6 +36,6 @@
}
},
"required": [
"base_unit"
"base"
]
}