mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 01:37:25 +01:00
Add aggregation property to cluster metric list
This commit is contained in:
parent
7c9a625d2c
commit
5a749fdc21
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user