diff --git a/datastructures/cluster.schema.json b/datastructures/cluster.schema.json index 1d1e90c..3b098b4 100644 --- a/datastructures/cluster.schema.json +++ b/datastructures/cluster.schema.json @@ -55,6 +55,16 @@ "description": "Frequency of timeseries points", "type": "integer" }, + "aggregation": { + "description": "How the metric is aggregated", + "type": "string", + "enum": [ + "sum", + "avg", + null + ] + + }, "peak": { "type": "number" },