mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2025-07-22 21:01:42 +02:00
Add aggregation property to cluster metric list
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user