mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2025-07-23 13:21:42 +02:00
Add aggregation property to cluster metric list
This commit is contained in:
@@ -55,6 +55,16 @@
|
|||||||
"description": "Frequency of timeseries points",
|
"description": "Frequency of timeseries points",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"aggregation": {
|
||||||
|
"description": "How the metric is aggregated",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"sum",
|
||||||
|
"avg",
|
||||||
|
null
|
||||||
|
]
|
||||||
|
|
||||||
|
},
|
||||||
"peak": {
|
"peak": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user