Add aggregation property to cluster metric list

This commit is contained in:
Jan Eitzinger 2022-05-03 15:58:08 +02:00
parent 7c9a625d2c
commit 5a749fdc21

View File

@ -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"
},