diff --git a/schema/json/cluster.schema.json b/schema/json/cluster.schema.json index 43baae1..4b8da73 100644 --- a/schema/json/cluster.schema.json +++ b/schema/json/cluster.schema.json @@ -35,6 +35,39 @@ "memory_bandwidth": { "description": "Theorethical node peak memory bandwidth in GB/s", "type": "integer" + }, + "metric_config": { + "description": "Metric specifications", + "type": "array", + "items": { + "type": "object", + "properties":{ + "name": { + "description": "Metric name", + "type": "string" + }, + "unit": { + "description": "Metric unit", + "type": "string" + }, + "sampletime": { + "description": "Frequency of timeseries points", + "type": "integer" + }, + "peak": { + "type": "number" + }, + "normal": { + "type": "number" + }, + "caution": { + "type": "number" + }, + "alert": { + "type": "number" + } + } + } } }, "required":[