mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2026-03-03 15:17:30 +01:00
Fix healthcheck api
This commit is contained in:
@@ -18,7 +18,7 @@ var metricConfigSchema = `
|
||||
},
|
||||
"aggregation": {
|
||||
"description": "Aggregation strategy: 'sum', 'avg', or 'null'.",
|
||||
"type": "string"
|
||||
"type": ["string", "null"]
|
||||
}
|
||||
},
|
||||
"required": ["frequency", "aggregation"]
|
||||
|
||||
Reference in New Issue
Block a user